ToolinOne: All Tool in One Place

ToolinOne: All Tool in One Place

Provides a collection of commonly used online tools to improve your work and Internet efficiency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "1.1.2402.211",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "author": "https://toolinone.com/",
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "contextMenus",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}