Speed Dialer
This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.
What is Speed Dialer?
Speed Dialer is a Chrome extension developed by https://www.subodhshetty.in, and its main feature is "This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.".
Extension Screenshots
Download Speed Dialer Extension CRX File
Download Speed Dialer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Speed Dialer |
ID | mcgjkjgfkokfcbfepdjgichdlkdiaphi |
Official URL | https://chromewebstore.google.com/detail/speed-dialer/mcgjkjgfkokfcbfepdjgichdlkdiaphi |
Description | This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience. |
File Size | 102 KB |
Installation Count | 280 |
Current Version | 1.0.0.0 |
Last Updated | 2015-09-17 |
Publish Date | 2015-09-17 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://www.subodhshetty.in |
Payment Type | free |
Extension Website | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
Help Page URL | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
Supported Languages | 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" } |