Turdifier
Let you select some words that will be replaced by the poo emoji on every pages
什么是Turdifier?
Turdifier是由http://antoine.work开发的Chrome扩展程序,该扩展的主要功能是“Let you select some words that will be replaced by the poo emoji on every pages”。
扩展截图
下载Turdifier扩展crx文件
下载Turdifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension let you choose a list of words that will be replaced by the "pile of poo" unicode character. The original font size of the word will be unchanged. It also replace the choosen words in page title but might produce weird characters on old OS. Found a bug ? need a feature ? Please send me a mail at [email protected]
扩展基本信息
名称 | |
ID | pacfpdfkogneijkijmgjhdfghhfklbno |
官方URL | https://chrome.google.com/webstore/detail/turdifier/pacfpdfkogneijkijmgjhdfghhfklbno |
简介 | Let you select some words that will be replaced by the poo emoji on every pages |
文件大小 | 28.17 KB |
安装次数 | 58 |
当前版本 | 1.0 |
更新时间 | 2017-11-02 |
上架时间 | 2017-11-02 |
评分 | 4.00/5 共8次评分 |
开发者 | http://antoine.work |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lab.antoine.work/turdifier/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Turdifier", "short_name": "Turdifier", "description": "Let you select some words that will be replaced by the poo emoji on every pages", "version": "1.0", "icons": { "128": "icon_128.png" }, "author": "Antoine Guillien", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Turdify", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "popup.js" ], "persistent": false }, "manifest_version": 2 } |