Stop Stealing Sheep
The extension makes the internet a better place.
Что такое Stop Stealing Sheep?
Stop Stealing Sheep - это расширение Chrome, разработанное Ivan Ukhov, и его основная функция - "The extension makes the internet a better place.".
Снимки экрана расширения
Скачать файл CRX расширения Stop Stealing Sheep
Скачайте файлы расширений Stop Stealing Sheep в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A growing collection of CSS snippets that make the internet a better place.
Основная информация о расширении
Название | |
ID | lmopgfignagihcbeagefaencbkaclded |
Официальный URL | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
Описание | The extension makes the internet a better place. |
Размер файла | 227 KB |
Количество установок | 28 |
Текущая Версия | 0.0.0.7 |
Последнее Обновление | 2016-12-12 |
Дата публикации | 2016-12-12 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | Ivan Ukhov |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/IvanUkhov/stop-stealing-sheep |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stop Stealing Sheep", "description": "The extension makes the internet a better place.", "author": "Ivan Ukhov", "version": "0.0.0.7", "icons": { "128": "images\/logo128.png" }, "background": { "scripts": [ "aws-sdk.min.js", "background.js" ], "persistent": false }, "page_action": { "default_icon": { "19": "images\/logo19.png", "38": "images\/logo38.png" }, "default_title": "This page has just become a better place!" }, "options_page": "index.html", "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |