Stackview
Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…
Что такое Stackview?
Stackview - это расширение Chrome, разработанное ididrio, и его основная функция - "Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to…".
Снимки экрана расширения
Скачать файл CRX расширения Stackview
Скачайте файлы расширений Stackview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to blue if the data is available for that site.
Основная информация о расширении
Название | |
ID | ninemdmcefomoiffmkncafklmgbgfbmg |
Официальный URL | https://chrome.google.com/webstore/detail/stackview/ninemdmcefomoiffmkncafklmgbgfbmg |
Описание | Stackview shows a list of technologies used to create the web site you're currently on. The extension icon will turn from grey to… |
Размер файла | 47.07 KB |
Количество установок | 245 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-11-12 |
Дата публикации | 2017-11-12 |
Рейтинг | 3.00/5 Всего 4 оценок |
Разработчик | ididrio |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stackview", "version": "1.0", "background": { "scripts": [ ".\/background.js" ], "persist": true }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/iconblue48.png", "128": ".\/images\/iconblue128.png" }, "content_scripts": [ { "matches": [ " |