FireTab New Tab

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

FireTab New Tab란 무엇입니까?

FireTab New Tab은(는) oren.chan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FireTab New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 FireTab New Tab FireTab New Tab
ID ppfdcmempdfjnanjegmjhanplgjicefg
공식 URL https://chromewebstore.google.com/detail/firetab-new-tab/ppfdcmempdfjnanjegmjhanplgjicefg
설명 FireTab New Tab Pro changes standard page to the new tab page with your saved bookmarks.
파일 크기 464 KB
설치 횟수 29
현재 버전 0.1.0.32
최근 업데이트 2021-05-25
출시 날짜 2021-05-25
개발자 oren.chan
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.oren.net.cn/post/extension-ocr-privacy.html
지원되는 언어 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\/*"
    ]
}