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 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"
    ]
}