simple unescape unicode
unicode形式のテキストをデコードします
Vad är simple unescape unicode?
simple unescape unicode är en Chrome-tillägg utvecklad av schwarzahl, och dess huvudfunktion är "unicode形式のテキストをデコードします".
Tilläggsskärmbilder
Ladda ner simple unescape unicode-förlängningens CRX-fil
Ladda ner simple unescape unicode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
ユニバーサル文字列(\u6587\u5B57\u5217)をデコードするchrome拡張機能です。 本拡張機能を有効にした状態でマウスカーソルを文字列に重ねることでデコード後の文字列が表示されます。 最低限の機能だけを実装しているため、今後のバージョンアップで機能やUXを改善予定です。 https://github.com/schwarzahl/SimpleUnescapeUnicode ソースは公開しているので、使いにくければ適宜自由に書き換えて使ってください。
Grundläggande Information om Tillägg
Namn | simple unescape unicode |
ID | paofdojdbiedfkijmlaohmdhijkmbhjd |
Officiell webbadress | https://chromewebstore.google.com/detail/simple-unescape-unicode/paofdojdbiedfkijmlaohmdhijkmbhjd |
Beskrivning | unicode形式のテキストをデコードします |
Filstorlek | 34.67 KB |
Antal Installationer | 63 |
Aktuell Version | 0.0.1.0 |
Senast Uppdaterad | 2017-10-26 |
Publiceringsdatum | 2017-10-26 |
Utvecklare | schwarzahl |
Betalningssätt | free |
Stödda Språk | 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": [] } |