replace(URL)
Strings of the URL will be replaced based on the rules you define.
什麼是replace(URL)?
replace(URL)是由https://ordbtk.tumblr.com開發的Chrome擴展程式,該擴展的主要功能是“Strings of the URL will be replaced based on the rules you define.”。
擴展截圖
下載replace(URL)擴展crx文件
下載replace(URL)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。 擴展基本資訊
| 名稱 | |
| ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
| 官方網址 | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
| 簡介 | Strings of the URL will be replaced based on the rules you define. |
| 檔案大小 | 47.54 KB |
| 安裝次數 | 402 |
| 目前版本 | 0.1 |
| 更新時間 | 2013-04-18 |
| 上架時間 | 2013-04-17 |
| 評分 | 3.75/5 共 8 次評分 |
| 開發者 | https://ordbtk.tumblr.com |
| 付費類型 | free |
| 擴展官網 | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
| 支援的語言 | en,ja |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png",
"default_title": "replace(URL)"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_extDescription__",
"default_locale": "ja",
"background": {
"scripts": [
"background.js"
]
},
"name": "replace(URL)",
"permissions": [
"tabs"
],
"options_page": "options.html",
"icons": {
"48": "icon48.png",
"128": "icon128.png",
"16": "icon16.png"
},
"manifest_version": 2,
"version": "0.1"
} | |