Rot13
Encrypts/Decrypts selected text.
Rot13とは何ですか?
Rot13はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Encrypts/Decrypts selected text.」です。
拡張機能のスクリーンショット
Rot13拡張機能のCRXファイルをダウンロード
Rot13拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right click on any selected text and click Rot13 to encrypt/decrypt it. The encrypted/decrypted text will replace the old on the page. 拡張機能の基本情報
| 名前 | |
| ID | bahejodllcomogcpgnidcdaiidfmhomh |
| 公式URL | https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh |
| 説明 | Encrypts/Decrypts selected text. |
| ファイルサイズ | 8.42 KB |
| インストール数 | 1,619 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-01-09 |
| 公開日 | 2017-01-08 |
| 評価 | 3.77/5 合計 13 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/vanchagreen/rot13 |
| ヘルプページのURL | https://github.com/vanchagreen/rot13 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rot13",
"description": "Encrypts\/Decrypts selected text.",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"contextMenus",
"activeTab"
]
} | |