Speed Dial Dogs

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

Speed Dial Dogs란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Speed Dial Dogs allows you to manage bookmarks and select a beautiful background wallpaper with a dog picture.

You could select from predefined dog background themes or set a custom background image with a image of your own dog.

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 Dogs Speed Dial Dogs
ID efjlkfleldijfhcobncfdndaeigkijgn
공식 URL https://chromewebstore.google.com/detail/speed-dial-dogs/efjlkfleldijfhcobncfdndaeigkijgn
설명 Speed Dial allows you to add and manage bookmarks in the New Tab page.
파일 크기 3.32 MB
설치 횟수 3,398
현재 버전 2.0.2
최근 업데이트 2021-02-10
출시 날짜 2020-05-24
평점 4.33/5 총 6 개의 평점
개발자 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 Dogs",
    "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"
    }
}