Prod Warning

Warn you when your on production sites

Prod Warningคืออะไร?

Prod Warning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Warn you when your on production sites"

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

screenshot

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

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

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

                        Lets you specify a list of domains to paint a border around, for warning you when you are on a production version of a site.                    

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

ชื่อ Prod Warning Prod Warning
ID lklgnoldngfklejhcndgddkpfffogcfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/prod-warning/lklgnoldngfklejhcndgddkpfffogcfi
คำอธิบาย Warn you when your on production sites
ขนาดไฟล์ 46.39 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2019-01-02
วันที่เผยแพร่ 2018-12-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prod Warning",
    "version": "0.1.0",
    "description": "Warn you when your on production sites",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "border.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/warning16.png",
        "32": "images\/warning32.png",
        "48": "images\/warning48.png",
        "128": "images\/warning128.png"
    },
    "manifest_version": 2
}