Kakapo for Chrome
A Chrome extension of Kakapo
Wat is Kakapo for Chrome?
Kakapo for Chrome is een Chrome-extensie ontwikkeld door Daniel Levitt, en de belangrijkste functie is "A Chrome extension of Kakapo".
Extensie Screenshots
Download het CRX-bestand van de extensie Kakapo for Chrome
Download Kakapo for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | hjbpmbeapabclfmopcoblnhcglplffmp |
Officiële URL | https://chromewebstore.google.com/detail/kakapo-for-chrome/hjbpmbeapabclfmopcoblnhcglplffmp |
Beschrijving | A Chrome extension of Kakapo |
Bestandsgrootte | 907 KB |
Aantal Installaties | 204 |
Huidige Versie | 1.3.0 |
Laatst Bijgewerkt | 2016-09-25 |
Publicatiedatum | 2016-09-24 |
Beoordeling | 4.15/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Daniel Levitt |
Betalingswijze | free |
Extensiewebsite | http://kakapo.co |
Help Pagina-URL | https://github.com/bluedaniel/kakapo-chrome |
Ondersteunde Talen | 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'" } |