Stylesheet Count
Count of the number of Style Sheet tags on the current page
Что такое Stylesheet Count?
Stylesheet Count - это расширение Chrome, разработанное jeremyfine365, и его основная функция - "Count of the number of Style Sheet tags on the current page".
Снимки экрана расширения
Скачать файл CRX расширения Stylesheet Count
Скачайте файлы расширений Stylesheet Count в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Style Sheet Count adds a button to the browser, that informs you of the number of stylesheets on current page.
Основная информация о расширении
Название | |
ID | gngfnjclpjflgomhidfecidndbfaniak |
Официальный URL | https://chrome.google.com/webstore/detail/stylesheet-count/gngfnjclpjflgomhidfecidndbfaniak |
Описание | Count of the number of Style Sheet tags on the current page |
Размер файла | 43.27 KB |
Количество установок | 10,000 |
Текущая Версия | 0.1 |
Последнее Обновление | 2014-04-01 |
Дата публикации | 2014-04-01 |
Рейтинг | 1.40/5 Всего 30 оценок |
Разработчик | jeremyfine365 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Stylesheet Count", "description": "Count of the number of Style Sheet tags on the current page", "browser_action": { "default_icon": "icon-128.png", "default_title": "Stylesheet Count" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |