English / 中文
- search with specific engine from popup page.
- search selected text with specific engine via context menu.
- customize your newtab page with your favorite sites. (if you don't like it, you can change this in your browser setting)
- customize your newtab page with your CSS code.
- enable/disable your extension via popup page. (not support in firefox, see Bug 1282982)
- MyToolBox is an non-profit opensource project. (link)
- MyToolBox won't send any user data to any person or organization. All data are saved and synchronized via the extension API
chrome.storage.sync
. - MyToolBox needs permissions below to work:
chrome_url_overrides
: customize your newtab page.storage
: save and sync user data.management
: enable/disable extensions.notification
: show notifications.contextMenus
: search selected text via context menu.