Kakapo for Chrome

A Chrome extension of Kakapo

Kakapo for Chromeとは何ですか?

Kakapo for ChromeはDaniel Levittによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension of Kakapo」です。

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

screenshot

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

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

拡張機能の使用方法

                        Kakapo - An open source ambient sound mixer for relaxation or productivity.

Works best with headphones :)

This Chrome extension launches alongside the website, OS X, Windows, iOS and Android apps so Kakapo is available everywhere.

All the code is available on GitHub (search Kakapo) so you can contribute ideas, code or anything you like!                    

拡張機能の基本情報

名前 Kakapo for Chrome Kakapo for Chrome
ID hjbpmbeapabclfmopcoblnhcglplffmp
公式URL https://chromewebstore.google.com/detail/kakapo-for-chrome/hjbpmbeapabclfmopcoblnhcglplffmp
説明 A Chrome extension of Kakapo
ファイルサイズ 907 KB
インストール数 204
現在のバージョン 1.3.0
最終更新日 2016-09-25
公開日 2016-09-24
評価 4.15/5 合計 13 レビュー
開発者 Daniel Levitt
支払い方法 free
拡張機能のウェブサイト http://kakapo.co
ヘルプページのURL https://github.com/bluedaniel/kakapo-chrome
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kakapo for Chrome",
    "version": "1.3.0",
    "manifest_version": 2,
    "description": "A Chrome extension of Kakapo",
    "homepage_url": "http:\/\/kakapo.co",
    "icons": {
        "48": "favicons\/icon48.png",
        "128": "favicons\/icon128.png"
    },
    "background": {
        "page": "bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "favicons\/icon76.png",
        "default_title": "Kakapo for Chrome",
        "default_popup": "browser_action\/browser_action.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}