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 |
官方URL | 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" } } |