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 |
Eメール | [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 } } |