Mormon Pixel
This extension is deisgned to easily generate a placeholder image for LDS developers
What is Mormon Pixel?
Mormon Pixel is a Chrome extension developed by cthegood, and its main feature is "This extension is deisgned to easily generate a placeholder image for LDS developers".
Extension Screenshots
Download Mormon Pixel Extension CRX File
Download Mormon Pixel 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 extension is deisgned to easily generate a placeholder image for LDS developers
Extension Basic Information
Name | Mormon Pixel |
ID | ppblpokcgfmhpknelkjceljmohbefddf |
Official URL | https://chromewebstore.google.com/detail/mormon-pixel/ppblpokcgfmhpknelkjceljmohbefddf |
Description | This extension is deisgned to easily generate a placeholder image for LDS developers |
File Size | 29.97 KB |
Installation Count | 10 |
Current Version | 1.0.1 |
Last Updated | 2016-08-08 |
Publish Date | 2016-08-08 |
Rating | 5.00/5 Total 5 Ratings |
Developer | cthegood |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mormon Pixel", "version": "1.0.1", "manifest_version": 2, "description": "This extension is deisgned to easily generate a placeholder image for LDS developers", "homepage_url": "http:\/\/www.rbdcenter.org\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Mormon Pixel", "default_popup": "browser-action\/browser-action.html" }, "short_name": "Mormon Pixel", "permissions": [ "clipboardWrite" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |