SD2 中文版

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

What is SD2 中文版?

SD2 中文版 is a Chrome extension developed by https://www.fishlee.net, and its main feature is "SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SD2 中文版 Extension CRX File

Download SD2 中文版 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name SD2 中文版 SD2 中文版
ID iejpoihphnfjbfeibkjkgbfhdmbojdnb
Official URL https://chromewebstore.google.com/detail/sd2-%E4%B8%AD%E6%96%87%E7%89%88/iejpoihphnfjbfeibkjkgbfhdmbojdnb
Description SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。
File Size 882 KB
Installation Count 624
Current Version 2.8.1
Last Updated 2014-10-13
Publish Date 2014-10-13
Rating 5.00/5 Total 21 Ratings
Developer https://www.fishlee.net
Payment Type free
Extension Website http://www.fishlee.net/soft/speeddial2_for_chrome_chs/
Help Page URL http://www.fishlee.net/soft/speeddial2_for_chrome_chs/
Supported Languages 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"
    ]
}