Command Art
Art in your new tab page.
Qu'est-ce que Command Art ?
Command Art est une extension Chrome développée par http://www.command-art.com, et sa fonction principale est "Art in your new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Command Art
Téléchargez les fichiers d'extension Command Art au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Art in your new tab page via Artsy.
Informations de Base sur l'Extension
Nom | |
ID | dajlekhnchmglnfkeggbapnomcdlbfkl |
URL Officiel | https://chrome.google.com/webstore/detail/command-art/dajlekhnchmglnfkeggbapnomcdlbfkl |
Description | Art in your new tab page. |
Taille du Fichier | 231 KB |
Nombre d'Installations | 39 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2014-11-22 |
Date de Publication | 2014-11-22 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://www.command-art.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.command-art.com/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Command Art", "description": "Art in your new tab page.", "version": "1.3", "chrome_url_overrides": { "newtab": "page.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/www.command-art.com\/" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |