Speed Dialer
This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.
什么是Speed Dialer?
Speed Dialer是由https://www.subodhshetty.in开发的Chrome扩展程序,该扩展的主要功能是“This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience.”。
扩展截图
下载Speed Dialer扩展crx文件
下载Speed Dialer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | mcgjkjgfkokfcbfepdjgichdlkdiaphi |
| 官方URL | https://chromewebstore.google.com/detail/speed-dialer/mcgjkjgfkokfcbfepdjgichdlkdiaphi |
| 简介 | This extension is a quick speed dial for all your bookmarks. Download it to quicken your browser experience. |
| 文件大小 | 102 KB |
| 安装次数 | 280 |
| 当前版本 | 1.0.0.0 |
| 更新时间 | 2015-09-17 |
| 上架时间 | 2015-09-17 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | https://www.subodhshetty.in |
| 付费类型 | free |
| 扩展官网 | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
| 帮助页面URL | http://www.blog.subodhshetty.in/faqs/speed-dialer-chrome-extension/ |
| 支持的语言 | 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"
} | |