Shibes.Org DogeCoin Tracker

This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.

Shibes.Org DogeCoin Trackerคืออะไร?

Shibes.Org DogeCoin Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Shelley และคุณลักษณะหลักของมันคือ "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shibes.Org DogeCoin Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Shibes.Org DogeCoin Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will override your new tab page with current dogecoin price information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Shibes.Org DogeCoin Tracker Shibes.Org DogeCoin Tracker
ID jedodbnokihgeijikkcneiklbcoiaijb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shibesorg-dogecoin-tracke/jedodbnokihgeijikkcneiklbcoiaijb
คำอธิบาย This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.
ขนาดไฟล์ 69.3 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 1.14
อัปเดตครั้งล่าสุด 2018-01-01
วันที่เผยแพร่ 2018-01-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา James Shelley
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://shibes.org
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shibes.Org DogeCoin Tracker",
    "description": "This extension replaces the new tab page in chrome with price tracking information about the DogeCoin.",
    "version": "1.14",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/shibes.org",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}