Speed Dial
The end is nigh!
什么是Speed Dial?
Speed Dial是由MatevzFa开发的Chrome扩展程序,该扩展的主要功能是“The end is nigh!”。
下载Speed Dial扩展crx文件
下载Speed Dial扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Another Speed Dial extension made with minimalistic approach. Setting up linkbars requires basic JSON knowledge. Changelog: 0.1.0 - Added settings GUI - Improved reliability 0.1.1 - Added GUI for exporting and importing settings - Minor settings GUI tweaks 0.1.2 - Fixed a bug introduced with Chrome version 55, which prevented opening links in a new tab using the middle mouse button. 0.1.3 - Spacing between thumbnails should now be more consistent. - Optimized settings interface 0.1.4 - Fixed whitespace wrapping issues with link bars 0.1.5 - Added thumbnail icon for GitHub - Cleaned up thumbnail icons - Added some missing fields to manifest.json
扩展基本信息
名称 | |
ID | oclfpimokfhcchncefemplpcchlpmjmn |
官方URL | https://chrome.google.com/webstore/detail/speed-dial/oclfpimokfhcchncefemplpcchlpmjmn |
简介 | The end is nigh! |
文件大小 | 483 KB |
安装次数 | 12 |
当前版本 | 0.1.5 |
更新时间 | 2017-07-13 |
上架时间 | 2017-07-13 |
评分 | 1.00/5 共1次评分 |
开发者 | MatevzFa |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Dial", "version": "0.1.5", "author": "MatevzFa", "description": "The end is nigh!", "icons": { "16": "icons\/tch_16.png", "48": "icons\/tch_48.png", "128": "icons\/tch_128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/code.jquery.com; object-src 'self'" } |