SD2 中文版

SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。

Cos'è SD2 中文版?

SD2 中文版 è un'estensione di Chrome sviluppata da https://www.fishlee.net, e la sua funzione principale è "SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SD2 中文版

Scarica i file di estensione SD2 中文版 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SpeedDial2 中文版是基于原由 speeddial2.com 发布的扩展的简体中文适配版,并去除在大陆不存在的Twitter、Facebook等各项链接衍生出的修改版。

自1.6.1.3开始,汉化作者通过山寨将原作者提供的同步服务也提供了一份,并免费提供给所有中文版用户。                    

Informazioni di Base sull'Estensione

Nome SD2 中文版 SD2 中文版
ID iejpoihphnfjbfeibkjkgbfhdmbojdnb
URL Ufficiale https://chromewebstore.google.com/detail/sd2-%E4%B8%AD%E6%96%87%E7%89%88/iejpoihphnfjbfeibkjkgbfhdmbojdnb
Descrizione SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。
Dimensione del File 882 KB
Conteggio Installazioni 624
Versione Corrente 2.8.1
Ultimo Aggiornamento 2014-10-13
Data di Pubblicazione 2014-10-13
Valutazione 5.00/5 Totale 21 Valutazioni
Sviluppatore https://www.fishlee.net
Tipo di Pagamento free
Sito Web dell'Estensione http://www.fishlee.net/soft/speeddial2_for_chrome_chs/
URL della Pagina di Aiuto http://www.fishlee.net/soft/speeddial2_for_chrome_chs/
Lingue Supportate en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon64.png",
        "default_popup": "menu.html",
        "default_title": "SD2"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/chrome.google.com\/webstore*"
            ],
            "js": [
                "js_system\/shortcut.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "zh_CN",
    "description": "SD2 \u5e2e\u4f60\u5feb\u901f\u7b80\u6d01\u5730\u8bbf\u95ee\u4f60\u6700\u5e38\u8bbf\u95ee\u7684\u7f51\u7ad9\u3001\u5e94\u7528\u3001\u4e66\u7b7e\u548c\u6d4f\u89c8\u5386\u53f2\u3002",
    "homepage_url": "http:\/\/www.fishlee.net\/soft\/speeddial2_for_chrome_chs\/",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png"
    },
    "manifest_version": 2,
    "name": "SD2 \u4e2d\u6587\u7248",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "topSites",
        "tabs",
        "history",
        "management",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus",
        "notifications"
    ],
    "version": "2.8.1",
    "web_accessible_resources": [
        "newtab.html"
    ]
}