BrowserPet
Description
Apa itu BrowserPet?
BrowserPet adalah ekstensi Chrome yang dikembangkan oleh Danial Nickford, dan fitur utamanya adalah "Description".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BrowserPet
Unduh file ekstensi BrowserPet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/ Informasi Dasar Ekstensi
| Nama | |
| ID | bjaffbhhllbbdglgopkfkfdgegldjmoh |
| URL Resmi | https://chrome.google.com/webstore/detail/browserpet/bjaffbhhllbbdglgopkfkfdgegldjmoh |
| Deskripsi | Description |
| Ukuran File | 31.45 KB |
| Jumlah Instalasi | 130 |
| Versi Saat Ini | 0.1.2 |
| Terakhir Diperbarui | 2019-02-12 |
| Tanggal Publikasi | 2019-02-12 |
| Penilaian | 3.00/5 Total 1 Penilaian |
| Pengembang | Danial Nickford |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | http://esheep.petrucci.ch/ |
| URL Halaman Bantuan | https://github.com/Adrianotiger/desktopPet |
| Bahasa yang Didukung | 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"
} | |