CSS Spider

The fastest and easiest way to check, copy and edit CSS

Что такое CSS Spider?

CSS Spider - это расширение Chrome, разработанное https://cssspider.fresalabs.com, и его основная функция - "The fastest and easiest way to check, copy and edit CSS".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения CSS Spider

Скачайте файлы расширений CSS Spider в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The fastest and easiest way to check, copy and edit CSS and forget about inspect element for CSS                    

Основная информация о расширении

Название CSS Spider CSS Spider
ID eneakgbflmejjpkogbdmebjbfcdebjik
Официальный URL https://chromewebstore.google.com/detail/css-spider/eneakgbflmejjpkogbdmebjbfcdebjik
Описание The fastest and easiest way to check, copy and edit CSS
Размер файла 2.08 MB
Количество установок 1,657
Текущая Версия 1.2
Последнее Обновление 2020-11-27
Дата публикации 2020-10-20
Рейтинг 4.75/5 Всего 4 оценок
Разработчик https://cssspider.fresalabs.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cssspider.fresalabs.com/
URL страницы помощи https://cssspider.fresalabs.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CSS-Spider",
    "name": "CSS Spider",
    "version": "1.2",
    "description": "The fastest and easiest way to check, copy and edit CSS",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Css Spider"
    },
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}