Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.09 KB

My Tool Box

English / 中文

Features

  1. search with specific engine from popup page.
  2. search selected text with specific engine via context menu.
  3. customize your newtab page with your favorite sites. (if you don't like it, you can change this in your browser setting)
  4. customize your newtab page with your CSS code.
  5. enable/disable your extension via popup page. (not support in firefox, see Bug 1282982)

screenshot

screenshot

Privacy Policy

  1. MyToolBox is an non-profit opensource project. (link)
  2. 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.
  3. 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.