Mormon Pixel
This extension is deisgned to easily generate a placeholder image for LDS developers
Mormon Pixelとは何ですか?
Mormon Pixelはcthegoodによって開発されたChromeの拡張機能で、その主な機能は「This extension is deisgned to easily generate a placeholder image for LDS developers」です。
拡張機能のスクリーンショット
Mormon Pixel拡張機能のCRXファイルをダウンロード
Mormon Pixel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is deisgned to easily generate a placeholder image for LDS developers
拡張機能の基本情報
名前 | Mormon Pixel |
ID | ppblpokcgfmhpknelkjceljmohbefddf |
公式URL | https://chromewebstore.google.com/detail/mormon-pixel/ppblpokcgfmhpknelkjceljmohbefddf |
説明 | This extension is deisgned to easily generate a placeholder image for LDS developers |
ファイルサイズ | 29.97 KB |
インストール数 | 10 |
現在のバージョン | 1.0.1 |
最終更新日 | 2016-08-08 |
公開日 | 2016-08-08 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | cthegood |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |