replace(URL)
Strings of the URL will be replaced based on the rules you define.
Wat is replace(URL)?
replace(URL) is een Chrome-extensie ontwikkeld door https://ordbtk.tumblr.com, en de belangrijkste functie is "Strings of the URL will be replaced based on the rules you define.".
Extensie Screenshots
Download het CRX-bestand van de extensie replace(URL)
Download replace(URL)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。
Basisinformatie over de Extensie
Naam | replace(URL) |
ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
Officiële URL | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
Beschrijving | Strings of the URL will be replaced based on the rules you define. |
Bestandsgrootte | 47.54 KB |
Aantal Installaties | 402 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-04-18 |
Publicatiedatum | 2013-04-17 |
Beoordeling | 3.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://ordbtk.tumblr.com |
Betalingswijze | free |
Extensiewebsite | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
Ondersteunde Talen | 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" } |