EasyGo
Create custom url redirects rules.
什么是EasyGo?
EasyGo是由https://paulchun.com开发的Chrome扩展程序,该扩展的主要功能是“Create custom url redirects rules.”。
扩展截图
下载EasyGo扩展crx文件
下载EasyGo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Redirects stuff using webRequest.
You can set which shortcuts redirect to which urls.
Does it using regex replace.
Supports HTTPS. 扩展基本信息
| 名称 | |
| ID | oeecigfbikkleelaekckmeijhoeifepb |
| 官方URL | https://chromewebstore.google.com/detail/easygo/oeecigfbikkleelaekckmeijhoeifepb |
| 简介 | Create custom url redirects rules. |
| 文件大小 | 1.33 MB |
| 安装次数 | 80 |
| 当前版本 | 0.4 alpha |
| 更新时间 | 2018-01-04 |
| 上架时间 | 2018-01-04 |
| 评分 | 4.50/5 共12次评分 |
| 开发者 | https://paulchun.com |
| 付费类型 | free |
| 扩展官网 | http://www.paulchun.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "EasyGo",
"version": "0.4",
"description": "Create custom url redirects rules.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"author": "Paul Chun",
"background": {
"scripts": [
"background.js"
]
},
"homepage_url": "http:\/\/paulchun.com",
"incognito": "spanning",
"minimum_chrome_version": "17",
"offline_enabled": true,
"permissions": [
"storage",
"webRequest",
"webRequestBlocking",
" | |