Tiny Amazon Button
This tiny button for Amazon.com web store will help you shop with Amazon faster
Tiny Amazon Button란 무엇입니까?
Tiny Amazon Button은(는) Nyashka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This tiny button for Amazon.com web store will help you shop with Amazon faster"입니다.
확장 프로그램 스크린샷
Tiny Amazon Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This handy button will help you to surf Amazon faster. Very simple. Very fast. Very convenient.
확장 프로그램 기본 정보
이름 | Tiny Amazon Button |
ID | pjgfimkfpebojmjbbffkbbeipmdihhjp |
공식 URL | https://chromewebstore.google.com/detail/tiny-amazon-button/pjgfimkfpebojmjbbffkbbeipmdihhjp |
설명 | This tiny button for Amazon.com web store will help you shop with Amazon faster |
파일 크기 | 38.64 KB |
설치 횟수 | 177 |
현재 버전 | 1.1 |
최근 업데이트 | 2014-05-21 |
출시 날짜 | 2014-05-21 |
개발자 | Nyashka |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiny Amazon Button", "version": "1.1", "description": "This tiny button for Amazon.com web store will help you shop with Amazon faster", "background": { "page": "background.html" }, "icons": { "16": "img\/Iicon16.png", "48": "img\/Iicon48.png", "128": "img\/Iicon128.png" }, "browser_action": { "default_title": "Press the button to see more actions", "default_icon": "img\/Iicon19.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/page-mod-start.js" ], "runAt": "document_start" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/page-mod-end.js" ], "runAt": "document_end" }, { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/page-mod-ready.js" ], "runAt": "document_idle" } ], "permissions": [ "http:\/\/stat.extensionmaker.com\/*", "http:\/\/extensionmaker.com\/*", "tabs" ] } |