replace(URL)

Strings of the URL will be replaced based on the rules you define.

Was ist replace(URL)?

replace(URL) ist eine Chrome-Erweiterung, die von https://ordbtk.tumblr.com entwickelt wurde, und ihr Hauptmerkmal ist "Strings of the URL will be replaced based on the rules you define.".

Erweiterungsscreenshots

screenshot

replace(URL)-Erweiterungs-CRX-Datei herunterladen

Laden Sie replace(URL)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name replace(URL) replace(URL)
ID hnikjjnnlhpkjmbojoefmefkmncfphek
Offizielle URL https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek
Beschreibung Strings of the URL will be replaced based on the rules you define.
Dateigröße 47.54 KB
Installationsanzahl 402
Aktuelle Version 0.1
Letztes Update 2013-04-18
Veröffentlichungsdatum 2013-04-17
Bewertung 3.75/5 Insgesamt 8 Bewertungen
Entwickler https://ordbtk.tumblr.com
Zahlungsart free
Erweiterungswebsite http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url
Unterstützte Sprachen 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"
}