BrowserPet

Description

BrowserPetคืออะไร?

BrowserPet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danial Nickford และคุณลักษณะหลักของมันคือ "Description"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BrowserPet

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}