BrowserPet
Description
ما هو BrowserPet؟
BrowserPet هو إضافة Chrome تم تطويرها بواسطة Danial Nickford، والميزة الرئيسية لها هي "Description".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BrowserPet
قم بتنزيل ملفات الامتداد BrowserPet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | 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" } |