FireTab New Tab

FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.

What is FireTab New Tab?

FireTab New Tab is a Chrome extension developed by oren.chan, and its main feature is "FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download FireTab New Tab Extension CRX File

Download FireTab New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        让你可以自定义你的新标签页,即使像360浏览器这种锁定了新标签页的浏览器也可以实现自定义新标签页                    

Extension Basic Information

Name FireTab New Tab FireTab New Tab
ID ppfdcmempdfjnanjegmjhanplgjicefg
Official URL https://chromewebstore.google.com/detail/firetab-new-tab/ppfdcmempdfjnanjegmjhanplgjicefg
Description FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.
File Size 464 KB
Installation Count 29
Current Version 0.1.0.32
Last Updated 2021-05-25
Publish Date 2021-05-25
Developer oren.chan
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.oren.net.cn/post/extension-ocr-privacy.html
Supported Languages id,de,en,en-GB,en-US,fil,fr,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,fi,ru,uk,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "short_name": "__MSG_extname__",
    "author": "Oren",
    "description": "__MSG_extdesc__",
    "version": "0.1.0.32",
    "icons": {
        "16": "assets\/images\/icons\/16.png",
        "32": "assets\/images\/icons\/32.png",
        "48": "assets\/images\/icons\/48.png",
        "128": "assets\/images\/icons\/128.png"
    },
    "omnibox": {
        "keyword": "O"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [],
            "js": [
                "assets\/js\/chunk-vendors.1f28a815.js",
                "assets\/js\/content.58971ee5.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icons\/16.png",
            "19": "assets\/images\/icons\/19.png",
            "32": "assets\/images\/icons\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_extname__"
    },
    "options_page": "newtab.html#\/main\/settings\/popup",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "optional_permissions": [],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "management",
        "bookmarks",
        "history",
        "topSites",
        "tabs",
        "https:\/\/*.bing.com\/*",
        "chrome:\/\/favicon\/*"
    ]
}