FireTab New Tab

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

Cos'è FireTab New Tab?

FireTab New Tab è un'estensione di Chrome sviluppata da oren.chan, e la sua funzione principale è "FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FireTab New Tab

Scarica i file di estensione FireTab New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FireTab New Tab FireTab New Tab
ID ppfdcmempdfjnanjegmjhanplgjicefg
URL Ufficiale https://chromewebstore.google.com/detail/firetab-new-tab/ppfdcmempdfjnanjegmjhanplgjicefg
Descrizione FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.
Dimensione del File 464 KB
Conteggio Installazioni 29
Versione Corrente 0.1.0.32
Ultimo Aggiornamento 2021-05-25
Data di Pubblicazione 2021-05-25
Sviluppatore oren.chan
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.oren.net.cn/post/extension-ocr-privacy.html
Lingue Supportate 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\/*"
    ]
}