gifstasher
Store your reaction gifs for quick and easy access!
gifstasher란 무엇입니까?
gifstasher은(는) cloudbuster에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store your reaction gifs for quick and easy access!"입니다.
확장 프로그램 스크린샷
gifstasher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly stash gifs while browsing simply by right-clicking and selecting "Stash this gif." Select from your stash and copy the link simply by clicking the gif! Latest update: 1.0.6 - Bug fixes 1.0.5 - Now you can "Copy and Stash" from the Chrome context menu - Various bug fixes and performance fixes
확장 프로그램 기본 정보
이름 | |
ID | enegbanenghjkfmmkjimbckfihbamcfi |
공식 URL | https://chrome.google.com/webstore/detail/gifstasher/enegbanenghjkfmmkjimbckfihbamcfi |
설명 | Store your reaction gifs for quick and easy access! |
파일 크기 | 407 KB |
설치 횟수 | 47 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2014-04-21 |
출시 날짜 | 2014-04-21 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | cloudbuster |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "gifstasher", "description": "Store your reaction gifs for quick and easy access!", "version": "1.0.7", "permissions": [ "storage", "contextMenus", "clipboardRead", "clipboardWrite", "notifications" ], "icons": { "16": "img\/icon-bitty.png", "48": "img\/icon-small.png", "128": "img\/icon-large.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/require.js", "js\/background.js" ] }, "web_accessible_resources": [ "img\/icon-small.png" ] } |