Speed Dial Dogs

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

Speed Dial Dogsคืออะไร?

Speed Dial Dogs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.addonsearch.net และคุณลักษณะหลักของมันคือ "Speed Dial allows you to add and manage bookmarks in the New Tab page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Speed Dial Dogs

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}