Art Project Helper
Add button to hide interface elements for googleartproject.com when viewing artwork.
What is Art Project Helper?
Art Project Helper is a Chrome extension developed by Roman Chervotkin, and its main feature is "Add button to hide interface elements for googleartproject.com when viewing artwork.".
Extension Screenshots
Download Art Project Helper Extension CRX File
Download Art Project Helper 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
Remove top and bottom UI bars for googleartproject.com, when viewing art work. Without bars you have only art work and not distracting UI elements. Just click on "Hide" button and bars would disappear. Move mouse in order to see "Show" button, which on click returns everything back. Tip: try it in full screen mode (press F11 key).
Extension Basic Information
Name | |
ID | fceagfhnibfjpofmefdckeoampkpldph |
Official URL | https://chrome.google.com/webstore/detail/art-project-helper/fceagfhnibfjpofmefdckeoampkpldph |
Description | Add button to hide interface elements for googleartproject.com when viewing artwork. |
File Size | 4.55 KB |
Installation Count | 244 |
Current Version | 1.3.4 |
Last Updated | 2012-09-01 |
Publish Date | 2012-09-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Roman Chervotkin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Art Project Helper", "version": "1.3.4", "manifest_version": 2, "description": "Add button to hide interface elements for googleartproject.com when viewing artwork.", "content_scripts": [ { "matches": [ "http:\/\/www.googleartproject.com\/*" ], "css": [ "aph.css" ], "js": [ "aph.js" ], "run_at": "document_end" } ] } |