URL Changer v2

URL CHANGER V2

什么是URL Changer v2?

URL Changer v2是由soxZ开发的Chrome扩展程序,该扩展的主要功能是“URL CHANGER V2”。

扩展截图

screenshot

下载URL Changer v2扩展crx文件

下载URL Changer v2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows you to change and detect the domain name of your current URL
Exemple :
google.com/will
-> thisisanexemple.com/will

You can configure theses domains in a JSON files

Linked bookmarks // 

{
   "Example-1" : [
      {
         "EditSTAG" : "http://edit-stag.google.com/",
         "EditSTAG-match" : "STAG",
         "STAG" : "http://stag.google.com",
         "STAG-match" : "EditSTAG",
         "EditPROD" : "http://edit-prod.google.com/",
         "EditPROD-match" : "PROD",
         "PROD" : "http://www.google.com",
         "PROD-match" : "EditPROD"
      }
   ],
   "Example-Another-Useless-Example" : [
      {
         "MyLIFEforAIUR" : "http://protoss-are-not.op",
         "MyLIFEforAIUR-match" : "PROTOSS",
         "PROTOSS" : "http://maybe-a-little.bit",
         "PROTOSS-match" : "MyLIFEforAIUR"
      }
   ]
}                    

扩展基本信息

名称 URL Changer v2 URL Changer v2
ID bdliogodcalgdbfmhlffdebpdinjefpi
官方URL https://chromewebstore.google.com/detail/url-changer-v2/bdliogodcalgdbfmhlffdebpdinjefpi
简介 URL CHANGER V2
文件大小 54.68 KB
安装次数 202
当前版本 2.0.1
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共2次评分
开发者 soxZ
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Changer v2",
    "description": "URL CHANGER V2",
    "version": "2.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.12.0.min.js",
                "addToStorage.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}