Best Apps Extension
Best Apps Extension
Best Apps Extension란 무엇입니까?
Best Apps Extension은(는) https://www.chromeosapps.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best Apps Extension"입니다.
확장 프로그램 스크린샷
Best Apps Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension complements the Best Apps Collection of Apps. Automatically the icon changes to notify you when the Best Apps report is updated. Thanks for your patronage. Please comment or provide a favorable review if you find our work helpful.
확장 프로그램 기본 정보
이름 | Best Apps Extension |
ID | gellklljnmmkphmlmdljaoejofjkcjol |
공식 URL | https://chromewebstore.google.com/detail/best-apps-extension/gellklljnmmkphmlmdljaoejofjkcjol |
설명 | Best Apps Extension |
파일 크기 | 74.85 KB |
설치 횟수 | 59 |
현재 버전 | 1.1.9 |
최근 업데이트 | 2013-06-19 |
출시 날짜 | 2013-06-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.chromeosapps.org |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.chromeosapps.org |
도움말 페이지 URL | http://www.chromeosapps.org |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Best Apps Extension", "version": "1.1.9", "manifest_version": 2, "icons": { "128": "img\/icon_128color.png" }, "description": "Best Apps Extension", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/fonts.googleapis.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com; object-src 'self'", "browser_action": { "default_title": "Best Apps Extension", "default_icon": "img\/samlbw.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/www.chromeosapps.org\/*", "management" ] } |