Shrug Emoji
1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…
O que é Shrug Emoji?
Shrug Emoji é uma extensão do Chrome desenvolvida por katiemcgowan, e sua principal característica é "1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shrug Emoji
Baixe arquivos de extensão Shrug Emoji no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Shrug Emoji |
ID | gdmpjhkcabahmlpildpfmangdfpceofc |
URL Oficial | https://chromewebstore.google.com/detail/shrug-emoji/gdmpjhkcabahmlpildpfmangdfpceofc |
Descrição | 1.3.1 Update: Issues with the pasted emoji fixed, regular ¯\_(ツ)_/¯ is back! ¯\_(ツ)_/¯ Gone are the days of opening a new tab,… |
Tamanho do Arquivo | 734 KB |
Contagem de Instalações | 811 |
Versão Atual | 1.3.1 |
Última Atualização | 2018-02-08 |
Data de Publicação | 2018-02-08 |
Classificação | 4.25/5 Total de 16 Avaliações |
Desenvolvedor | katiemcgowan |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |