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 |
官方網址 | 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'" } |