inTab

inTab

inTab gives your new tab more features! Include wallpaper hd,cloud disk,remainder,bookmark,weather,notes,history manager. inTab 给您的新标签页更多特性,比如自由添加网站图标,云端高清壁纸,快速访问书签、天气、笔记、待办事项、扩展管理与历史记录。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "{71a355a8-b9dc-44ff-8176-12296d8dd765}",
      "strict_min_version": "55.0"
    }
  },
  "background": {
    "scripts": [
      "./js/background.js"
    ],
    "persistent": true
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "64": "static/icons/icon_64.png",
      "128": "static/icons/icon_128.png"
    },
    "default_title": "inTab",
    "default_popup": "./pages/popup.html"
  },
  "icons": {
    "64": "static/icons/icon_64.png",
    "128": "static/icons/icon_128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extname__",
  "short_name": "__MSG_extname__",
  "description": "__MSG_extdesc__",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "bookmarks",
    "downloads",
    "notifications",
    "contextMenus",
    "unlimitedStorage",
    "history",
    "alarms",
    "topSites",
    "management",
    "browsingData",
    "idle",
    "sessions",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "version": "0.7.8",
  "chrome_url_overrides": {
    "newtab": "./pages/firefox.html"
  },
  "externally_connectable": {
    "matches": [
      "https://*.zierwa.com/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}