go/chrome-extension
URL Shortener
什么是go/chrome-extension?
go/chrome-extension是由emdgoudie开发的Chrome扩展程序,该扩展的主要功能是“URL Shortener”。
扩展截图
下载go/chrome-extension扩展crx文件
下载go/chrome-extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shortcut system allowing you to specify a word or name that refers to a website, which can be typed in to the browser after 'go/' to go to that website. Example go/fb/ links to facebook.com
扩展基本信息
名称 | go/chrome-extension |
ID | bpnjclopmljjlkpjahpjeghdfpefbphg |
官方URL | https://chromewebstore.google.com/detail/gochrome-extension/bpnjclopmljjlkpjahpjeghdfpefbphg |
简介 | URL Shortener |
文件大小 | 326 KB |
安装次数 | 298 |
当前版本 | 1.8 |
更新时间 | 2022-06-18 |
上架时间 | 2020-07-05 |
评分 | 1.00/5 共1次评分 |
开发者 | emdgoudie |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "go\/chrome-extension", "version": "1.8", "description": "URL Shortener", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/index.html" }, "permissions": [ "webRequestBlocking", "webRequest", "storage", "*:\/\/go\/*" ], "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } } |