Rot13 Decoder
Simple popup and context menu option for rot13'ing text.
什麼是Rot13 Decoder?
Rot13 Decoder是由serolfic開發的Chrome擴展程式,該擴展的主要功能是“Simple popup and context menu option for rot13'ing text.”。
擴展截圖
下載Rot13 Decoder擴展crx文件
下載Rot13 Decoder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text.
Useful for spoilers. 擴展基本資訊
| 名稱 | |
| ID | cclaoeeoihhboonccbalboeoepkdofnb |
| 官方網址 | https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb |
| 簡介 | Simple popup and context menu option for rot13'ing text. |
| 檔案大小 | 6.86 KB |
| 安裝次數 | 315 |
| 目前版本 | 1.0 |
| 更新時間 | 2014-04-16 |
| 上架時間 | 2014-04-16 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | serolfic |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rot13 Decoder",
"description": "Simple popup and context menu option for rot13'ing text.",
"version": "1.0",
"permissions": [
"contextMenus"
],
"icons": {
"16": "rot13icon16.png",
"48": "rot13icon48.png"
},
"browser_action": {
"default_icon": "rot13icon16.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"contextMenuItem.js"
]
}
} | |