replace(URL)

Strings of the URL will be replaced based on the rules you define.

What is replace(URL)?

replace(URL) is a Chrome extension developed by https://ordbtk.tumblr.com, and its main feature is "Strings of the URL will be replaced based on the rules you define.".

Extension Screenshots

screenshot

Download replace(URL) Extension CRX File

Download replace(URL) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。                    

Extension Basic Information

Name replace(URL) replace(URL)
ID hnikjjnnlhpkjmbojoefmefkmncfphek
Official URL https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek
Description Strings of the URL will be replaced based on the rules you define.
File Size 47.54 KB
Installation Count 402
Current Version 0.1
Last Updated 2013-04-18
Publish Date 2013-04-17
Rating 3.75/5 Total 8 Ratings
Developer https://ordbtk.tumblr.com
Payment Type free
Extension Website http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url
Supported Languages 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"
}