ROT13 Translator
Simple ROT13 translator.
什么是ROT13 Translator?
ROT13 Translator是由Jörg Zieren开发的Chrome扩展程序,该扩展的主要功能是“Simple ROT13 translator.”。
扩展截图
下载ROT13 Translator扩展crx文件
下载ROT13 Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Plain and simple ROT13 encoder/decoder. Uses a popup window. Translates as you type. 扩展基本信息
| 名称 | |
| ID | kaiokcljmjalfflkfjigcamlimhdpnjn |
| 官方URL | https://chromewebstore.google.com/detail/rot13-translator/kaiokcljmjalfflkfjigcamlimhdpnjn |
| 简介 | Simple ROT13 translator. |
| 文件大小 | 10.45 KB |
| 安装次数 | 151 |
| 当前版本 | 1.0 |
| 更新时间 | 2012-09-17 |
| 上架时间 | 2012-09-17 |
| 评分 | 3.50/5 共2次评分 |
| 开发者 | Jörg Zieren |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ROT13 Translator",
"version": "1.0",
"manifest_version": 2,
"description": "Simple ROT13 translator.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "ROT13 Translator",
"default_icon": "icon48.png",
"default_popup": "rot13.html"
}
} | |