Chrome Shortcuts
This extension provides shortcuts to locations in Google Chrome
什麼是Chrome Shortcuts?
Chrome Shortcuts是由https://bytecode77.com開發的Chrome擴展程式,該擴展的主要功能是“This extension provides shortcuts to locations in Google Chrome”。
擴展截圖
下載Chrome Shortcuts擴展crx文件
下載Chrome Shortcuts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Chrome Shortcuts adds useful links to diverse locations in Google Chrome. Some settings are only reachable through multiple steps. This is where the extension saves time! The included shortcuts are: • Apps • Google Web Store • Bookmark Manager • History • Downloads • Settings • Advanced sync settings • Startup pages • Search engines • Content settings • Clear browsing data • Autofill settings • Passwords • Languages • Extensions • Chrome Flags • Chrome URLs Some of them are also reachable easily through the settings menu, but they are listed here, too.
擴展基本資訊
名稱 | Chrome Shortcuts |
ID | fmemikdglgekjjclafhhebcdapfcbhap |
官方網址 | https://chromewebstore.google.com/detail/chrome-shortcuts/fmemikdglgekjjclafhhebcdapfcbhap |
簡介 | This extension provides shortcuts to locations in Google Chrome |
檔案大小 | 40.87 KB |
安裝次數 | 2,279 |
目前版本 | 1.1.0 |
更新時間 | 2020-11-29 |
上架時間 | 2017-04-10 |
評分 | 4.64/5 共 14 次評分 |
開發者 | https://bytecode77.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "bytecode77", "homepage_url": "https:\/\/bytecode77.com", "name": "Chrome Shortcuts", "description": "This extension provides shortcuts to locations in Google Chrome", "version": "1.1.0", "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_icon": "icon\/16.png", "default_popup": "html\/popup.html" } } |