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 |
官方網址 | 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\/*" ] } |