Encoder / Decoder
HTML encoder/decoder. URL encoder/decoder.
Encoder / Decoderとは何ですか?
Encoder / Decoderはhttps://themergency.comによって開発されたChromeの拡張機能で、その主な機能は「HTML encoder/decoder. URL encoder/decoder.」です。
拡張機能のスクリーンショット
Encoder / Decoder拡張機能のCRXファイルをダウンロード
Encoder / Decoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easily lets you encode or decode HTML or URL strings right inside your browser without having to load external websites or tools.
Download the source from Github : https://github.com/bradvin/encoder-decoder-chrome-extension/ 拡張機能の基本情報
| 名前 | |
| ID | mjcdbmdlmjbjmpenpepgcpnmapclkaah |
| 公式URL | https://chromewebstore.google.com/detail/encoder-decoder/mjcdbmdlmjbjmpenpepgcpnmapclkaah |
| 説明 | HTML encoder/decoder. URL encoder/decoder. |
| ファイルサイズ | 14.83 KB |
| インストール数 | 3,595 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2013-08-31 |
| 公開日 | 2013-08-31 |
| 評価 | 4.13/5 合計 16 レビュー |
| 開発者 | https://themergency.com |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://themergency.com/encoderdecoder |
| ヘルプページのURL | https://github.com/bradvin/encoder-decoder-chrome-extension/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Encoder \/ Decoder",
"version": "1.2",
"manifest_version": 2,
"description": "HTML encoder\/decoder. URL encoder\/decoder.",
"homepage_url": "http:\/\/themergency.com\/encoderdecoder",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Encoder \/ Decoder",
"default_popup": "src\/browser_action\/browser_action.html"
}
} | |