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文件

下載Speed Dial Dogs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}