Shruggie
This extension copies the shruggie character to your clipboard
什么是Shruggie?
Shruggie是由https://madmaxlax.com开发的Chrome扩展程序,该扩展的主要功能是“This extension copies the shruggie character to your clipboard”。
扩展截图
下载Shruggie扩展crx文件
下载Shruggie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy and paste Shruggie app
Copies the Shruggie characters to your clipboard to paste anywhere.
¯\_(ツ)_/¯
That's it!
No background pages or anything
questions:
shruggie [at] madmaxlax.com
source at
https://github.com/madmaxlax/shruggie-chrome-ext 扩展基本信息
| 名称 | |
| ID | gajlbghllhneagnenoigoacccalfnjmd |
| 官方URL | https://chromewebstore.google.com/detail/shruggie/gajlbghllhneagnenoigoacccalfnjmd |
| 简介 | This extension copies the shruggie character to your clipboard |
| 文件大小 | 28.02 KB |
| 安装次数 | 92 |
| 当前版本 | 0.2 |
| 更新时间 | 2017-04-12 |
| 上架时间 | 2017-04-12 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://madmaxlax.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Shruggie",
"short_name": "Shruggie",
"description": "This extension copies the shruggie character to your clipboard",
"version": "0.2",
"offline_enabled": true,
"browser_action": {
"default_icon": "shruggie-full.png",
"default_popup": "popup.html"
},
"permissions": [
"clipboardWrite"
],
"icons": {
"16": "shruggie-16.png",
"32": "shruggie-32.png",
"48": "shruggie-48.png",
"128": "shruggie-128.png"
}
} | |