Skip to content

Sushi Browser v0.7.0 Negitoro

Choose a tag to compare

@kura52 kura52 released this 16 Oct 17:04
· 448 commits to master since this release

New Features

  • Implemented partical chrome extensions API (Experimental)
  • Added function that can install Chrome extension from Chrome web store
  • Implemented multi-row tabs
  • By right clicking the icon on the menu bar, we made it possible to sort
  • Performance Improvement
  • Fixed a lot of bugs
  • Updated to Muon 4.4.29

Chrome Extensions

  • Extensions Path (If browser becomes unstable please delete folders)

    • Windows: C:\Users[Name]\AppData\Roaming\sushiBrowser\resource\extension
    • MacOS: /Users/[Name]/Library/Application Support/sushiBrowser/resource/extension
    • Linux: ~/.config/sushiBrowser/resource/extension/
  • Partical or All implemented APIs

    • chrome.browserAction
    • chrome.contextMenus
    • chrome.cookies
    • chrome.extension
    • chrome.i18
    • chrome.idle
    • chrome.pageAction
    • chrome.proxy
    • chrome.runtime
    • chrome.sessions
    • chrome.storage
    • chrome.tabs
    • chrome.webNavigation
    • chrome.webRequest
    • chrome.windows

new_features9