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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}