replace(URL)
Strings of the URL will be replaced based on the rules you define.
Hvad er replace(URL)?
replace(URL) er en Chrome-udvidelse udviklet af https://ordbtk.tumblr.com, og dens hovedfunktion er "Strings of the URL will be replaced based on the rules you define.".
Udvidelsesskærmbilleder
Download replace(URL)-udvidelses-CRX-fil
Download replace(URL)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。
Grundlæggende oplysninger om udvidelsen
Navn | replace(URL) |
ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
Officiel URL | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
Beskrivelse | Strings of the URL will be replaced based on the rules you define. |
Filstørrelse | 47.54 KB |
Antal Installationer | 402 |
Nuværende Version | 0.1 |
Senest Opdateret | 2013-04-18 |
Udgivelsesdato | 2013-04-17 |
Bedømmelse | 3.75/5 Samlet 8 Bedømmelser |
Udvikler | https://ordbtk.tumblr.com |
Betalingsmetode | free |
Udvidelseswebsted | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
Understøttede Sprog | 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" } |