Shrug it off
Shrug it off
什么是Shrug it off?
Shrug it off是由almcelmon开发的Chrome扩展程序,该扩展的主要功能是“Shrug it off”。
下载Shrug it off扩展crx文件
下载Shrug it off扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Copy various emotes to your clipboard.
扩展基本信息
名称 | Shrug it off |
ID | jmmjglmfijkbblhcdbehpcngbakkgkfl |
官方URL | https://chromewebstore.google.com/detail/shrug-it-off/jmmjglmfijkbblhcdbehpcngbakkgkfl |
简介 | Shrug it off |
文件大小 | 5.47 KB |
安装次数 | 52 |
当前版本 | 1.0 |
更新时间 | 2016-01-19 |
上架时间 | 2016-01-19 |
评分 | 5.00/5 共8次评分 |
开发者 | almcelmon |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shrug it off", "description": "Shrug it off", "permissions": [ "clipboardRead" ], "icons": { "32": "shrug32.png", "128": "shrug128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "shrug32.png", "default_popup": "menu.html" }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |