BrowserPet
Description
Co to jest BrowserPet?
BrowserPet to rozszerzenie Chrome opracowane przez Danial Nickford, a jego główną funkcją jest „Description”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BrowserPet
Pobierz pliki rozszerzeń BrowserPet 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
BETA eSheep Can you remember this application from the 90's? This nice sheep covered our desktops for years :D It has since been re written for the web! You can choose from many small animated friends to run around in your browser windows. GitHub: https://github.com/Adrianotiger/desktopPet Website: http://esheep.petrucci.ch/
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bjaffbhhllbbdglgopkfkfdgegldjmoh |
Oficjalny URL | https://chrome.google.com/webstore/detail/browserpet/bjaffbhhllbbdglgopkfkfdgegldjmoh |
Opis | Description |
Rozmiar pliku | 31.45 KB |
Liczba instalacji | 130 |
Aktualna Wersja | 0.1.2 |
Ostatnia Aktualizacja | 2019-02-12 |
Data Publikacji | 2019-02-12 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | Danial Nickford |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://esheep.petrucci.ch/ |
Adres URL Strony Pomocy | https://github.com/Adrianotiger/desktopPet |
Obsługiwane Języki | en |
manifest.json | |
{ "background": { "scripts": [ "DesktopPet.js", "index.js" ] }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [], "description": "Description", "manifest_version": 2, "name": "BrowserPet", "permissions": [ "activeTab", "http:\/\/esheep.petrucci.ch\/", "https:\/\/esheep.redsparr0w.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2" } |