d3coder

Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion

d3coderとは何ですか?

d3coderはIzzyによって開発されたChromeの拡張機能で、その主な機能は「Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

d3coder拡張機能のCRXファイルをダウンロード

d3coder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension enables you to encode and decode selected text via the context menu. This reduces the time you spend on looking up values and gives you more time to concentrate on the important things of development. 

The context menu this extension enables is customizable through the options page. To get there either click on the item or go to Wrench -> Tools -> Extensions -> d3coder options.

Via the popup you are able to choose between four message types: alert the result, adding a DIV-element to the bottom of the page, via console.log() or replacing the selected text on the page.

You can also deactivate functions(e.g. if you don't need them and want to free the space they use).

The current version has implemented the following en-/decoding functions:

- Unix Timestamp
- rot13
- base64
- CRC32/MD5/SHA1 hashing
- bin2hex
- bin2txt
- HTML entity
- HTML specialchars
- URI encode
- Quoted printables
- Escapeshellarg
- (PHP) Unserialize
- "L33T"-speak
- reverse                    

拡張機能の基本情報

名前 d3coder d3coder
ID gncnbkghencmkfgeepfaonmegemakcol
公式URL https://chromewebstore.google.com/detail/d3coder/gncnbkghencmkfgeepfaonmegemakcol
説明 Encoding/Decoding Plugin for various types of encoding like base64, rot13 or unix timestamp conversion
ファイルサイズ 108 KB
インストール数 12,939
現在のバージョン 5.1.1
最終更新日 2022-11-11
公開日 2019-12-03
評価 4.05/5 合計 37 レビュー
開発者 Izzy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/izzy/d3coder
ヘルプページのURL https://github.com/izzy/d3coder/issues
プライバシーポリシーページのURL https://privacy.unikorn.me
対応言語 id,ms,de,en,fil,fr,nl,no,tr,ca,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,fi,cs,el,bg,ru,uk,mr,hi,bn,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "5.1.1",
    "description": "__MSG_extDescription__",
    "options_ui": {
        "page": "html\/menu_ui.html",
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/serviceworker.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en"
}