replace(URL)
Strings of the URL will be replaced based on the rules you define.
Vad är replace(URL)?
replace(URL) är en Chrome-tillägg utvecklad av https://ordbtk.tumblr.com, och dess huvudfunktion är "Strings of the URL will be replaced based on the rules you define.".
Tilläggsskärmbilder
Ladda ner replace(URL)-förlängningens CRX-fil
Ladda ner replace(URL)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。 Grundläggande Information om Tillägg
| Namn | |
| ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
| Officiell webbadress | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
| Beskrivning | Strings of the URL will be replaced based on the rules you define. |
| Filstorlek | 47.54 KB |
| Antal Installationer | 402 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2013-04-18 |
| Publiceringsdatum | 2013-04-17 |
| Betyg | 3.75/5 Totalt 8 Betyg |
| Utvecklare | https://ordbtk.tumblr.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
| Stödda Språk | 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"
} | |