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",
" | |