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"
}