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.」です。

拡張機能のスクリーンショット

screenshot

replace(URL)拡張機能のCRXファイルをダウンロード

replace(URL)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 replace(URL) replace(URL)
ID hnikjjnnlhpkjmbojoefmefkmncfphek
公式URL 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"
}