N-Tab | Fast, Simple & Smart Firefox

Examine source code of N-Tab | Fast, Simple & Smart

By: ryanuo
Inspect and view changes in N-Tab | Fast, Simple & Smart source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "chrome_url_overrides": {
    "newtab": "./dist/options/index.html"
  },
  "name": "N-Tab",
  "version": "0.2.1",
  "description": "N-Tab 是一个轻量级浏览器标签页扩展,主要功能包括时间显示、搜索建议、搜索引擎切换、快捷翻译、主题配置等。",
  "action": {
    "default_icon": "./assets/icon-512.png",
    "default_popup": "./dist/popup/index.html"
  },
  "options_ui": {
    "page": "./dist/options/index.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "dist/background/index.mjs"
    ],
    "type": "module"
  },
  "icons": {
    "16": "./assets/icon-512.png",
    "48": "./assets/icon-512.png",
    "128": "./assets/icon-512.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/style.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ryanuo@aliyun.com"
    }
  }
}

Best N-Tab | Fast, Simple & Smart Alternatives

Here are some Firefox add-ons that are similar to N-Tab | Fast, Simple & Smart: