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.」です。

拡張機能のスクリーンショット

screenshot

Balloons for Chrome拡張機能のCRXファイルをダウンロード

Balloons for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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
}