No Speed Dial
NoSpeedDial - open a new tab without Speed Dial
什麼是No Speed Dial?
No Speed Dial是由#DEL#開發的Chrome擴展程式,該擴展的主要功能是“NoSpeedDial - open a new tab without Speed Dial”。
擴展截圖
下載No Speed Dial擴展crx文件
下載No Speed Dial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple lightweight application that open new tabs without built in Speed Dial. Updates: v.2.0.5 - Added "Applications" button v.2.0 - Added some functional buttons and chrome logo
擴展基本資訊
名稱 | No Speed Dial |
ID | nenkfddcinieejhaipddbmdpkhajbpff |
官方網址 | https://chromewebstore.google.com/detail/no-speed-dial/nenkfddcinieejhaipddbmdpkhajbpff |
簡介 | NoSpeedDial - open a new tab without Speed Dial |
檔案大小 | 67.11 KB |
安裝次數 | 475 |
目前版本 | 2.1.0 |
更新時間 | 2015-01-09 |
上架時間 | 2015-01-09 |
評分 | 4.52/5 共 42 次評分 |
開發者 | #DEL# |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "noSpeedDial_bg.js", "jquery-1.11.1.min.js" ] }, "chrome_url_overrides": { "newtab": "blank.html" }, "content_scripts": [ { "css": [ "aboutHome.css" ], "js": [ "noSpeedDial_cs.js", "jquery-1.11.1.min.js" ], "matches": [ "http:\/\/nenkfddcinieejhaipddbmdpkhajbpff\/*" ] } ], "description": "NoSpeedDial - open a new tab without Speed Dial", "icons": { "128": "no_entry.png" }, "manifest_version": 2, "name": "No Speed Dial", "permissions": [ "tabs" ], "version": "2.1.0" } |