FireTab New Tab

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

FireTab New Tab là gì?

FireTab New Tab là một tiện ích mở rộng Chrome được phát triển bởi oren.chan, và tính năng chính của nó là "FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FireTab New Tab

Tải xuống các tệp mở rộng FireTab New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FireTab New Tab FireTab New Tab
ID ppfdcmempdfjnanjegmjhanplgjicefg
URL Chính Thức https://chromewebstore.google.com/detail/firetab-new-tab/ppfdcmempdfjnanjegmjhanplgjicefg
Mô tả FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.
Kích Thước Tệp 464 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1.0.32
Cập Nhật Lần Cuối 2021-05-25
Ngày Phát Hành 2021-05-25
Nhà Phát Triển oren.chan
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.oren.net.cn/post/extension-ocr-privacy.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}