Speed Dial

Speed Dial allows you to add and manage bookmarks in the New Tab page.

Speed Dial란 무엇입니까?

Speed Dial은(는) https://www.addonsearch.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed Dial allows you to add and manage bookmarks in the New Tab page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Speed Dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage bookmarks directly in the New Tab page of your browser. All important websites are displayed quickly in the browser tab. 

You could select from predefined background themes and set a custom background image.

With the integrated search box you can start your search directly in the New Tab. The default search is changed to addonsearch.net in the New Tab.

Your bookmarks are only stored locally in your browser and are kept private.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

확장 프로그램 기본 정보

이름 Speed Dial Speed Dial
ID pbclkopbecbmkiijepgjoodiidfkbchn
공식 URL https://chromewebstore.google.com/detail/speed-dial/pbclkopbecbmkiijepgjoodiidfkbchn
설명 Speed Dial allows you to add and manage bookmarks in the New Tab page.
파일 크기 4.67 MB
설치 횟수 34,746
현재 버전 2.0.2
최근 업데이트 2020-05-22
출시 날짜 2020-05-22
평점 4.27/5 총 33 개의 평점
개발자 https://www.addonsearch.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.addonsearch.net/privacy.html
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial",
    "version": "2.0.2",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "contextMenus",
        "history",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "browser_action": {
        "default_icon": "img\/64.png"
    }
}