TabHome

Process Chrome"Other Folders" bookmarks. There are functions such as storing "temporary" bookmarks, saving bookmarks in categories,…

TabHomeとは何ですか?

TabHomeはYinbeによって開発されたChromeの拡張機能で、その主な機能は「Process Chrome"Other Folders" bookmarks. There are functions such as storing "temporary" bookmarks, saving bookmarks in categories,…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

TabHome拡張機能のCRXファイルをダウンロード

TabHome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        该插件完全开源,开源地址https://github.com/Yinbe/TabHome。欢迎来讨论bug,讨论功能,Star项目                    

拡張機能の基本情報

名前 TabHome TabHome
ID niiapeibeibgagkbjbicpcljemedehcf
公式URL https://chromewebstore.google.com/detail/tabhome/niiapeibeibgagkbjbicpcljemedehcf
説明 Process Chrome"Other Folders" bookmarks. There are functions such as storing "temporary" bookmarks, saving bookmarks in categories,…
ファイルサイズ 585 KB
インストール数 44
現在のバージョン 1.5.22.214
最終更新日 2022-02-14
公開日 2021-11-04
評価 4.50/5 合計 2 レビュー
開発者 Yinbe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Yinbe/TabHome
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "1.5.22.214",
    "default_locale": "zh_CN",
    "description": "__MSG_ext_desc__",
    "author": "Yinbe ",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "48": "assets\/icons\/icon_48.png",
        "128": "assets\/icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "menu_show_list": {
            "description": "__MSG_menu_show_list__",
            "global": true
        },
        "menu_store_left_tabs": {
            "description": "__MSG_menu_store_left_tabs__",
            "global": true
        },
        "menu_store_right_tabs": {
            "description": "__MSG_menu_store_right_tabs__",
            "global": true
        },
        "menu_store_selected_tabs": {
            "description": "__MSG_menu_store_selected_tabs__",
            "global": true
        },
        "menu_store_twoside_tabs": {
            "description": "__MSG_menu_store_twoside_tabs__",
            "global": true
        },
        "menu_store_all_tabs": {
            "description": "__MSG_menu_store_all_tabs__",
            "global": true
        },
        "menu_store_all_in_all_windows": {
            "description": "__MSG_menu_store_all_in_all_windows__",
            "global": true
        },
        "menu_show_history_in_this_windows": {
            "description": "__MSG_menu_show_history_in_this_windows__",
            "global": true
        }
    },
    "browser_action": [],
    "omnibox": {
        "keyword": "th"
    },
    "permissions": [
        "chrome:\/\/favicon\/*",
        "bookmarks",
        "contextMenus",
        "storage",
        "tabs",
        "history",
        "management"
    ],
    "homepage_url": "https:\/\/yinbe.github.io\/TabHome",
    "offline_enabled": true,
    "options_page": "index.html#\/view\/options",
    "options_ui": {
        "page": "index.html#\/view\/options",
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}