Easy Button
"that was easy"
Easy Button란 무엇입니까?
Easy Button은(는) Christian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 ""that was easy""입니다.
확장 프로그램 스크린샷
Easy Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Give yourself a pat on the back with a always accessible easy button. Notice there are no ads or anything of the sort. Please leave me a review and tell me if you like the simple design or if you would like a actual picture of a easy button. Update 1.3.1 - icon directory fix Update 1.3 - icon fixes Update 1.2 - popup minor bug fixes Update 1.1 - code cleanup Release 1.0 - easy button
확장 프로그램 기본 정보
이름 | Easy Button |
ID | kkganccblahhhjbpjgbaindnmjimjaep |
공식 URL | https://chromewebstore.google.com/detail/easy-button/kkganccblahhhjbpjgbaindnmjimjaep |
설명 | "that was easy" |
파일 크기 | 679 KB |
설치 횟수 | 1,026 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2016-11-14 |
출시 날짜 | 2016-11-13 |
평점 | 4.90/5 총 10 개의 평점 |
개발자 | Christian |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.christianjuth.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Button", "description": "\"that was easy\"", "version": "1.3.1", "browser_action": { "default_icon": "Icons\/icon.png", "default_popup": "EasyButton.html" }, "icons": { "16": "Icons\/icon.png", "48": "Icons\/easy button icon.png", "128": "Icons\/icon.png" }, "permissions": [], "background": [ { "js": [ "EasyButton.js" ] } ] } |