Command Art
Art in your new tab page.
What is Command Art?
Command Art is a Chrome extension developed by http://www.command-art.com, and its main feature is "Art in your new tab page.".
Extension Screenshots
Download Command Art Extension CRX File
Download Command Art extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Art in your new tab page via Artsy.
Extension Basic Information
Name | |
ID | dajlekhnchmglnfkeggbapnomcdlbfkl |
Official URL | https://chrome.google.com/webstore/detail/command-art/dajlekhnchmglnfkeggbapnomcdlbfkl |
Description | Art in your new tab page. |
File Size | 231 KB |
Installation Count | 39 |
Current Version | 1.3 |
Last Updated | 2014-11-22 |
Publish Date | 2014-11-22 |
Rating | 1.00/5 Total 1 Ratings |
Developer | http://www.command-art.com |
Payment Type | free |
Extension Website | http://www.command-art.com/ |
Supported Languages | 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" } } |