Text Troll
Replace words like :perotenemospatria: to a troll image.
什么是Text Troll?
Text Troll是由SoftwareCriollo开发的Chrome扩展程序,该扩展的主要功能是“Replace words like :perotenemospatria: to a troll image.”。
扩展截图
下载Text Troll扩展crx文件
下载Text Troll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace words like :perotenemospatria: to an image. 扩展基本信息
| 名称 | |
| ID | mhjpnimjojbeklnobfkmhfodlgfjghlm |
| 官方URL | https://chrome.google.com/webstore/detail/mhjpnimjojbeklnobfkmhfodlgfjghlm |
| 简介 | Replace words like :perotenemospatria: to a troll image. |
| 文件大小 | 2.43 MB |
| 安装次数 | 41 |
| 当前版本 | 1.2 |
| 更新时间 | 2013-10-18 |
| 上架时间 | 2013-10-18 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | SoftwareCriollo |
| 付费类型 | free |
| 支持的语言 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text Troll",
"description": "Replace words like :perotenemospatria: to a troll image.",
"version": "1.2",
"permissions": [
"storage",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/*\/*"
],
"js": [
"libs\/jquery-1.9.1.min.js",
"libs\/underscore-min.js",
"text_troll.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"libs\/underscore-min.map",
"images\/*"
]
} | |