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 |
Eメール | [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" } |