BrowserPet

Description

什麼是BrowserPet?

BrowserPet是由Danial Nickford開發的Chrome擴展程式,該擴展的主要功能是“Description”。

擴展截圖

screenshot
screenshot

下載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/                    

擴展基本資訊

名稱 BrowserPet BrowserPet
ID bjaffbhhllbbdglgopkfkfdgegldjmoh
官方網址 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"
}