Mormon Pixel

This extension is deisgned to easily generate a placeholder image for LDS developers

Mormon Pixelคืออะไร?

Mormon Pixel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cthegood และคุณลักษณะหลักของมันคือ "This extension is deisgned to easily generate a placeholder image for LDS developers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mormon Pixel

ดาวน์โหลดไฟล์ส่วนขยาย Mormon Pixel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is deisgned to easily generate a placeholder image for LDS developers                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mormon Pixel 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
อีเมล [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'"
}