Website Tagger
Tag websites on various conditions for easy recognition
Что такое Website Tagger?
Website Tagger - это расширение Chrome, разработанное Kushagra Gour, и его основная функция - "Tag websites on various conditions for easy recognition".
Снимки экрана расширения
Скачать файл CRX расширения Website Tagger
Скачайте файлы расширений Website Tagger в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Let's say: - You want to tag your staging and product environments differently - You want to tag your app differently when logged into a customer's account for debugging - You want to tag websites when they are using a certain thing in the HTML. May be they are using your library! This extension is just for you!
Основная информация о расширении
Название | Website Tagger |
ID | mnafbagbhobbimnofgdibonhjidgildh |
Официальный URL | https://chromewebstore.google.com/detail/website-tagger/mnafbagbhobbimnofgdibonhjidgildh |
Описание | Tag websites on various conditions for easy recognition |
Размер файла | 25.35 KB |
Количество установок | 28 |
Текущая Версия | 1.2 |
Последнее Обновление | 2020-05-17 |
Дата публикации | 2020-05-17 |
Разработчик | Kushagra Gour |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Tag websites on various conditions for easy recognition", "manifest_version": 2, "name": "Website Tagger", "version": "1.2", "browser_action": { "default_icon": "logo-64.png", "default_popup": "popup.html", "browser_style": true }, "icons": { "16": "logo-64.png", "48": "logo-64.png", "128": "logo-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ] } ], "permissions": [ " |