BrowserPet
Description
BrowserPet क्या है?
BrowserPet Danial Nickford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Description"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BrowserPet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bjaffbhhllbbdglgopkfkfdgegldjmoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/browserpet/bjaffbhhllbbdglgopkfkfdgegldjmoh |
विवरण | Description |
फ़ाइल का आकार | 31.45 KB |
स्थापना संख्या | 130 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2019-02-12 |
प्रकाशन तिथि | 2019-02-12 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | Danial Nickford |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://esheep.petrucci.ch/ |
सहायता पृष्ठ URL | https://github.com/Adrianotiger/desktopPet |
समर्थित भाषाएँ | 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" } |