Balloons for Chrome
Cover your screen with balloons with just one click.
Balloons for Chrome란 무엇입니까?
Balloons for Chrome은(는) Kiby Technologies, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cover your screen with balloons with just one click."입니다.
확장 프로그램 스크린샷
Balloons for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With Balloons for Chrome, blast your entire screen with colorful balloons that float to the top of your window. You can also click to pop the balloons! Changes: v1.0.0 First Release🎉
확장 프로그램 기본 정보
이름 | Balloons for Chrome |
ID | aaighaoobppofhhfoakhmhpgdagfbdgc |
공식 URL | https://chromewebstore.google.com/detail/balloons-for-chrome/aaighaoobppofhhfoakhmhpgdagfbdgc |
설명 | Cover your screen with balloons with just one click. |
파일 크기 | 52.06 KB |
설치 횟수 | 4,702 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-11-26 |
출시 날짜 | 2020-11-24 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Kiby Technologies, LLC |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Balloons for Chrome", "version": "1.0.1", "description": "Cover your screen with balloons with just one click.", "permissions": [ "activeTab", "tabs", "browserAction" ], "background": { "scripts": [ "scripts\/lib\/hot-reload.js", "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*", "stylesheets\/project-sky-stylesheet.css" ], "browser_action": [], "icons": { "16": "images\/logo\/balloons-16.png", "32": "images\/logo\/balloons-32.png", "48": "images\/logo\/balloons-48.png", "128": "images\/logo\/balloons-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';", "manifest_version": 2 } |