Speed Dial

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

Vad är Speed Dial?

Speed Dial är en Chrome-tillägg utvecklad av https://www.addonsearch.net, och dess huvudfunktion är "Speed Dial allows you to add and manage bookmarks in the New Tab page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Speed Dial-förlängningens CRX-fil

Ladda ner Speed Dial-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Manage bookmarks directly in the New Tab page of your browser. All important websites are displayed quickly in the browser tab. 

You could select from predefined background themes and set a custom background image.

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                    

Grundläggande Information om Tillägg

Namn Speed Dial Speed Dial
ID pbclkopbecbmkiijepgjoodiidfkbchn
Officiell webbadress https://chromewebstore.google.com/detail/speed-dial/pbclkopbecbmkiijepgjoodiidfkbchn
Beskrivning Speed Dial allows you to add and manage bookmarks in the New Tab page.
Filstorlek 4.67 MB
Antal Installationer 34,746
Aktuell Version 2.0.2
Senast Uppdaterad 2020-05-22
Publiceringsdatum 2020-05-22
Betyg 4.27/5 Totalt 33 Betyg
Utvecklare https://www.addonsearch.net
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.addonsearch.net/privacy.html
Stödda Språk de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speed Dial",
    "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"
    }
}