TabHome

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

TabHomeคืออะไร?

TabHome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yinbe และคุณลักษณะหลักของมันคือ "Process Chrome"Other Folders" bookmarks. There are functions such as storing "temporary" bookmarks, saving bookmarks in categories,…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabHome

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}