Speed Dialer
This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.
Cos'è Speed Dialer?
Speed Dialer è un'estensione di Chrome sviluppata da https://www.subodhshetty.in, e la sua funzione principale è "This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speed Dialer
Scarica i file di estensione Speed Dialer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Speed dialer chrome extension gives you quick access to your most visited pages with fewer clicks !! Its a Speed dial for your chrome browser that will help you access all your favorite websites faster !! Features - 1. One Click Add button 2. Drag Drop Feature. 3. Organize faster and boost up your productivity. 4. Intuitive Design
Informazioni di Base sull'Estensione
Nome | Speed Dialer |
ID | mcgjkjgfkokfcbfepdjgichdlkdiaphi |
URL Ufficiale | https://chromewebstore.google.com/detail/speed-dialer/mcgjkjgfkokfcbfepdjgichdlkdiaphi |
Descrizione | This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 280 |
Versione Corrente | 1.0.0.0 |
Ultimo Aggiornamento | 2015-09-17 |
Data di Pubblicazione | 2015-09-17 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.subodhshetty.in |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
URL della Pagina di Aiuto | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/google-analytics.com; object-src 'self'", "name": "Speed Dialer", "version": "1.0.0.0", "description": "This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.", "browser_action": { "default_icon": { "19": "19x19.png", "32": "32x32.png", "24": "24x24.png", "48": "48x48.png" }, "default_title": "Speed Dialer", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "tabs" ], "author": "subodh shetty" } |