replace(URL)

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

Co to jest replace(URL)?

replace(URL) to rozszerzenie Chrome opracowane przez https://ordbtk.tumblr.com, a jego główną funkcją jest „Strings of the URL will be replaced based on the rules you define.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia replace(URL)

Pobierz pliki rozszerzeń replace(URL) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa replace(URL) replace(URL)
ID hnikjjnnlhpkjmbojoefmefkmncfphek
Oficjalny URL https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek
Opis Strings of the URL will be replaced based on the rules you define.
Rozmiar pliku 47.54 KB
Liczba instalacji 402
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-04-18
Data Publikacji 2013-04-17
Ocena 3.75/5 Łącznie 8 Oceny
Deweloper https://ordbtk.tumblr.com
Typ Płatności free
Strona Rozszerzenia http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url
Obsługiwane Języki 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"
}