Toggle Location

change URL

Wat is Toggle Location?

Toggle Location is een Chrome-extensie ontwikkeld door https://www.enetworks.jp, en de belangrijkste functie is "change URL".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Toggle Location

Download Toggle Location-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Toggle Location Toggle Location
ID chlnnlmifnomidgengcdgedhpecedpjm
Officiële URL https://chromewebstore.google.com/detail/toggle-location/chlnnlmifnomidgengcdgedhpecedpjm
Beschrijving change URL
Bestandsgrootte 44.23 KB
Aantal Installaties 26
Huidige Versie 0.3.1
Laatst Bijgewerkt 2016-03-29
Publicatiedatum 2016-03-29
Ontwikkelaar https://www.enetworks.jp
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}