Speed Dial

Speed Dial changes standard page to the new tab page with your saved bookmarks.

Speed Dial क्या है?

Speed Dial Speed Dial Dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed Dial changes standard page to the new tab page with your saved bookmarks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Speed Dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Speed Dial expansion changes standard browser tab to beautiful new tab page with Visual Bookmarks.

The main advantage of Speed Dial in comparison with the standard page is that you can add the links to the websites of your choice so you always have direct access to them. And also you can sort the icons of already added links. 

Our expansion also adds the search bar. The page layout can be changed in the expansion settings, you can also change the search engine used for the search bar.

Thanks to "import and export" function your visual bookmarks will not be lost after browser or system reinstallation. This function also allows you to transfer your saved bookmarks to other computers with New Tab Page installed instead of standard page.                    

एक्सटेंशन की मूल जानकारी

नाम Speed Dial Speed Dial
ID ejbjamhkdedinncaeiackcdehpccoejm
आधिकारिक URL https://chromewebstore.google.com/detail/speed-dial/ejbjamhkdedinncaeiackcdehpccoejm
विवरण Speed Dial changes standard page to the new tab page with your saved bookmarks.
फ़ाइल का आकार 1.51 MB
स्थापना संख्या 278,032
वर्तमान संस्करण 1.1.9
अंतिम अपडेट 2022-11-16
प्रकाशन तिथि 2020-05-12
रेटिंग 4.70/5 कुल 22039 रेटिंग्स
डेवलपर Speed Dial Dev
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL http://feedback.speed-dial.net/
समर्थित भाषाएँ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Alexander",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "default_locale": "en",
    "description": "__MSG_chrome_extension_description__",
    "icons": {
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_chrome_extension_name__",
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "contextMenus",
        "storage",
        "favicon"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [
                "*"
            ]
        }
    ],
    "short_name": "__MSG_chrome_extension_short_name__",
    "version": "1.1.9"
}