Site Labeler

Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site

Site Labelerคืออะไร?

Site Labeler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gabriel Gonzalez และคุณลักษณะหลักของมันคือ "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site"

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

screenshot
screenshot
screenshot

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

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

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

                        Chrome extension to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site.

v0.2.0
- Hide label on mouseover
- Show label on mouse idle

v0.1.0
- Initial release

Comments, critics and suggestions are welcome!
Source: https://github.com/gbrlmza/Chrome-SiteLabeler                    

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

ชื่อ Site Labeler Site Labeler
ID mdkoanlgchgnkbfjcecafkadgneapali
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/site-labeler/mdkoanlgchgnkbfjcecafkadgneapali
คำอธิบาย Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site
ขนาดไฟล์ 18.81 KB
จำนวนการติดตั้ง 491
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2015-11-12
วันที่เผยแพร่ 2015-11-11
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Gabriel Gonzalez
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gbrlmza/Chrome-SiteLabeler
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Labeler",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Utility to add eye catching labels to sites depending on their url. Useful when working with different environments of the same site",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ]
}