BrowserPet
Description
什么是BrowserPet?
BrowserPet是由Danial Nickford开发的Chrome扩展程序,该扩展的主要功能是“Description”。
扩展截图
下载BrowserPet扩展crx文件
下载BrowserPet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |