Toggle Location

change URL

What is Toggle Location?

Toggle Location is a Chrome extension developed by https://www.enetworks.jp, and its main feature is "change URL".

Extension Screenshots

screenshot

Download Toggle Location Extension CRX File

Download Toggle Location 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のホスト名などを書き換えたものを新しいタブで開きます。
例)http://test.hoge.jp/about/access.html -> https://hoge.jp/about/access.html

2016/03/29 v0.3.1
・ホスト名にポート番号が入れられるように対応
・ディレクトリモード作成(Modeのプルダウンで[+Path]を選択)

誰かアイコン考えて‥‥

Special Thanks: 株式会社デパート https://www.depart-inc.com/                    

Extension Basic Information

Name Toggle Location Toggle Location
ID chlnnlmifnomidgengcdgedhpecedpjm
Official URL https://chromewebstore.google.com/detail/toggle-location/chlnnlmifnomidgengcdgedhpecedpjm
Description change URL
File Size 44.23 KB
Installation Count 26
Current Version 0.3.1
Last Updated 2016-03-29
Publish Date 2016-03-29
Developer https://www.enetworks.jp
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggle Location",
    "options_page": "options.html",
    "version": "0.3.1",
    "description": "change URL",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_128.png"
    }
}