Shrug Emoji
1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…
什么是Shrug Emoji?
Shrug Emoji是由katiemcgowan开发的Chrome扩展程序,该扩展的主要功能是“1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…”。
扩展截图
下载Shrug Emoji扩展crx文件
下载Shrug Emoji扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab, typing in 'shrug emoji' or 'smiley sideways shrug', opening the web page and manually copying it to your clipboard. Now, all you have to do is click on this extension, and click on the little guy himself, and you're good to go. Paste him anywhere. The world is your oyster. ¯\_(ツ)_/¯. 1.1.2 update: chilled on the permissions 1.2.1 update: fixing the emoji
扩展基本信息
名称 | Shrug Emoji |
ID | gdmpjhkcabahmlpildpfmangdfpceofc |
官方URL | https://chromewebstore.google.com/detail/shrug-emoji/gdmpjhkcabahmlpildpfmangdfpceofc |
简介 | 1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,… |
文件大小 | 734 KB |
安装次数 | 811 |
当前版本 | 1.3.1 |
更新时间 | 2018-02-08 |
上架时间 | 2018-02-08 |
评分 | 4.25/5 共16次评分 |
开发者 | katiemcgowan |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shrug Emoji", "version": "1.3.1", "author": "Katie Mcgowan", "short_name": "Shrug", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Click here" }, "background": { "scripts": [ "copy.js", "jquery-3.1.1.min.js" ], "persistent": false } } |