Fullscreen Pixlr
By Aaron Saporito
What is Fullscreen Pixlr?
Fullscreen Pixlr is a Chrome extension developed by Aaron Saporito, and its main feature is "By Aaron Saporito".
Extension Screenshots
Download Fullscreen Pixlr Extension CRX File
Download Fullscreen Pixlr 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
This gets rid of the empty space/ad space on the far right of the Pixlr editor. Pros; Fullscreen editing Cons; ???
Extension Basic Information
Name | |
ID | ohbfippdelopbdagjgdbldkgipebgdna |
Official URL | https://chrome.google.com/webstore/detail/fullscreen-pixlr/ohbfippdelopbdagjgdbldkgipebgdna |
Description | By Aaron Saporito |
File Size | 31.88 KB |
Installation Count | 919 |
Current Version | 0.1.7 |
Last Updated | 2017-03-28 |
Publish Date | 2017-03-28 |
Rating | 2.40/5 Total 15 Ratings |
Developer | Aaron Saporito |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fullscreen Pixlr", "version": "0.1.7", "description": "By Aaron Saporito", "content_scripts": [ { "css": [ "full.css" ], "matches": [ "*:\/\/pixlr.com\/editor\/" ] } ], "web_accessible_resources": [ "full.css" ], "browser_action": { "default_icon": "icon48.png" }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |