Best Apps Extension
Best Apps Extension
Wat is Best Apps Extension?
Best Apps Extension is een Chrome-extensie ontwikkeld door https://www.chromeosapps.org, en de belangrijkste functie is "Best Apps Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Best Apps Extension
Download Best Apps Extension-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
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.
Basisinformatie over de Extensie
Naam | Best Apps Extension |
ID | gellklljnmmkphmlmdljaoejofjkcjol |
Officiële URL | https://chromewebstore.google.com/detail/best-apps-extension/gellklljnmmkphmlmdljaoejofjkcjol |
Beschrijving | Best Apps Extension |
Bestandsgrootte | 74.85 KB |
Aantal Installaties | 59 |
Huidige Versie | 1.1.9 |
Laatst Bijgewerkt | 2013-06-19 |
Publicatiedatum | 2013-06-19 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.chromeosapps.org |
Betalingswijze | free |
Extensiewebsite | http://www.chromeosapps.org |
Help Pagina-URL | http://www.chromeosapps.org |
Ondersteunde Talen | 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" ] } |