shitpostify
Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!
什么是shitpostify?
shitpostify是由atlc开发的Chrome扩展程序,该扩展的主要功能是“Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt!”。
扩展截图
下载shitpostify扩展crx文件
下载shitpostify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Needed a way to quickly mock someone's comment online, with minimal effort? Thankfully, shitpostify fills that gap for you!
All you need to do is right-click on a highlighted block of text, then click "Shitpostify highlighted text?" to see that Internet Tough Guy's comment ridiculed.
Source code is at https://github.com/atlc/shitpostify-extension, any contributions or suggestions for improvement are greatly appreciated. 扩展基本信息
| 名称 | |
| ID | dojihbiflikelfjnoaljoeiklhgdnijp |
| 官方URL | https://chromewebstore.google.com/detail/shitpostify/dojihbiflikelfjnoaljoeiklhgdnijp |
| 简介 | Right-click highlighted text to turn it into an EMOJi🚉lAdEn♂️cOpYpasTA💰sHiTpoSt! |
| 文件大小 | 46.01 KB |
| 安装次数 | 85 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2020-03-25 |
| 上架时间 | 2020-03-25 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | atlc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "shitpostify",
"version": "1.0.3",
"description": "Right-click highlighted text to turn it into an EMOJi\ud83d\ude89lAdEn\u2642\ufe0fcOpYpasTA\ud83d\udcb0sHiTpoSt!",
"manifest_version": 2,
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"64": "\/icons\/64.png",
"128": "\/icons\/128.png"
}
} | |