Href Viewer plus

a要素に設定された href属性を見える化します。

Co to jest Href Viewer plus?

Href Viewer plus to rozszerzenie Chrome opracowane przez Misaki Shibata, a jego główną funkcją jest „a要素に設定された href属性を見える化します。”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Href Viewer plus

Pobierz pliki rozszerzeń Href Viewer plus 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

                        a要素に設定された href属性を見える化します。

---------------
 更新履歴
---------------                    

Podstawowe informacje o rozszerzeniu

Nazwa Href Viewer plus Href Viewer plus
ID kgjhaagckoeclebnldhaflioaeeemajc
Oficjalny URL https://chrome.google.com/webstore/detail/kgjhaagckoeclebnldhaflioaeeemajc
Opis a要素に設定された href属性を見える化します。
Rozmiar pliku 26.11 KB
Liczba instalacji 37
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-04-27
Data Publikacji 2016-04-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Misaki Shibata
Typ Płatności free
Obsługiwane Języki ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js",
            "db.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "Href Viewer plus"
    },
    "description": "a\u8981\u7d20\u306b\u8a2d\u5b9a\u3055\u308c\u305f href\u5c5e\u6027\u3092\u898b\u3048\u308b\u5316\u3057\u307e\u3059\u3002",
    "icons": {
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Href Viewer plus",
    "short_name": "Href Viewer",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0"
}