simple unescape unicode

unicode形式のテキストをデコードします

Wat is simple unescape unicode?

simple unescape unicode is een Chrome-extensie ontwikkeld door schwarzahl, en de belangrijkste functie is "unicode形式のテキストをデコードします".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie simple unescape unicode

Download simple unescape unicode-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

                        ユニバーサル文字列(\u6587\u5B57\u5217)をデコードするchrome拡張機能です。
本拡張機能を有効にした状態でマウスカーソルを文字列に重ねることでデコード後の文字列が表示されます。

最低限の機能だけを実装しているため、今後のバージョンアップで機能やUXを改善予定です。

https://github.com/schwarzahl/SimpleUnescapeUnicode
ソースは公開しているので、使いにくければ適宜自由に書き換えて使ってください。                    

Basisinformatie over de Extensie

Naam simple unescape unicode simple unescape unicode
ID paofdojdbiedfkijmlaohmdhijkmbhjd
Officiële URL https://chromewebstore.google.com/detail/simple-unescape-unicode/paofdojdbiedfkijmlaohmdhijkmbhjd
Beschrijving unicode形式のテキストをデコードします
Bestandsgrootte 34.67 KB
Aantal Installaties 63
Huidige Versie 0.0.1.0
Laatst Bijgewerkt 2017-10-26
Publicatiedatum 2017-10-26
Ontwikkelaar schwarzahl
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "simple unescape unicode",
    "version": "0.0.1.0",
    "description": "unicode\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u30c7\u30b3\u30fc\u30c9\u3057\u307e\u3059",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/unescape.js"
            ]
        }
    ],
    "permissions": []
}