C-Strip
Strips css from pages on request
Что такое C-Strip?
C-Strip - это расширение Chrome, разработанное https://vertagon.net, и его основная функция - "Strips css from pages on request".
Снимки экрана расширения
Скачать файл CRX расширения C-Strip
Скачайте файлы расширений C-Strip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
C-strip is a simple tool that strips away css style from webpages with the click of a button, leaving only raw html to view. C-strip can be used as a developer tool or just for pure fun. Основная информация о расширении
| Название | |
| ID | hedidopmliaolnhbeklnfmcndgcjlmab |
| Официальный URL | https://chromewebstore.google.com/detail/c-strip/hedidopmliaolnhbeklnfmcndgcjlmab |
| Описание | Strips css from pages on request |
| Размер файла | 8.62 KB |
| Количество установок | 222 |
| Текущая Версия | 1.3 |
| Последнее Обновление | 2019-07-24 |
| Дата публикации | 2019-07-23 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://vertagon.net |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.vertagon.net/post/c-strip.html |
| URL страницы помощи | http://www.vertagon.net/post/c-strip.html |
| URL страницы политики конфиденциальности | http://www.vertagon.net/legal.html |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "C-Strip",
"description": "Strips css from pages on request",
"version": "1.3",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"permissions": [
"background",
"tabs",
"https:\/\/*\/*",
"http:\/\/*\/*"
]
} | |