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 파일 다운로드

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

확장 프로그램 사용 설명서

                        该插件完全开源,开源地址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'"
}