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