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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |