SD2 中文版

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

SD2 中文版란 무엇입니까?

SD2 中文版은(는) https://www.fishlee.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SD2 中文版 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 SD2 中文版 SD2 中文版
ID iejpoihphnfjbfeibkjkgbfhdmbojdnb
공식 URL https://chromewebstore.google.com/detail/sd2-%E4%B8%AD%E6%96%87%E7%89%88/iejpoihphnfjbfeibkjkgbfhdmbojdnb
설명 SD2 帮你快速简洁地访问你最常访问的网站、应用、书签和浏览历史。
파일 크기 882 KB
설치 횟수 624
현재 버전 2.8.1
최근 업데이트 2014-10-13
출시 날짜 2014-10-13
평점 5.00/5 총 21 개의 평점
개발자 https://www.fishlee.net
결제 유형 free
확장 프로그램 웹 사이트 http://www.fishlee.net/soft/speeddial2_for_chrome_chs/
도움말 페이지 URL http://www.fishlee.net/soft/speeddial2_for_chrome_chs/
지원되는 언어 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"
    ]
}