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 |
| 官方URL | 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"
]
}
} | |