Stop Stealing Sheep
The extension makes the internet a better place.
Co to jest Stop Stealing Sheep?
Stop Stealing Sheep to rozszerzenie Chrome opracowane przez Ivan Ukhov, a jego główną funkcją jest „The extension makes the internet a better place.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stop Stealing Sheep
Pobierz pliki rozszerzeń Stop Stealing Sheep w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A growing collection of CSS snippets that make the internet a better place.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lmopgfignagihcbeagefaencbkaclded |
Oficjalny URL | https://chrome.google.com/webstore/detail/stop-stealing-sheep/lmopgfignagihcbeagefaencbkaclded |
Opis | The extension makes the internet a better place. |
Rozmiar pliku | 227 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 0.0.0.7 |
Ostatnia Aktualizacja | 2016-12-12 |
Data Publikacji | 2016-12-12 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | Ivan Ukhov |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/IvanUkhov/stop-stealing-sheep |
Obsługiwane Języki | 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" ] } |