FireTab New Tab

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

Wat is FireTab New Tab?

FireTab New Tab is een Chrome-extensie ontwikkeld door oren.chan, en de belangrijkste functie is "FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FireTab New Tab

Download FireTab New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam FireTab New Tab FireTab New Tab
ID ppfdcmempdfjnanjegmjhanplgjicefg
Officiële URL https://chromewebstore.google.com/detail/firetab-new-tab/ppfdcmempdfjnanjegmjhanplgjicefg
Beschrijving FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.
Bestandsgrootte 464 KB
Aantal Installaties 29
Huidige Versie 0.1.0.32
Laatst Bijgewerkt 2021-05-25
Publicatiedatum 2021-05-25
Ontwikkelaar oren.chan
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.oren.net.cn/post/extension-ocr-privacy.html
Ondersteunde Talen 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\/*"
    ]
}