Crypto Tab

Replace the New Tab page with Bitcoin price chart

Crypto Tabคืออะไร?

Crypto Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dev Labs และคุณลักษณะหลักของมันคือ "Replace the New Tab page with Bitcoin price chart"

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

screenshot
screenshot
screenshot

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

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

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

                        New Tab replacement page that instantly gives you information about the Bitcoin price. Choose a period (hour, day, week, year) and be always up to date with the Bitcoin volatility index.                    

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

ชื่อ Crypto Tab Crypto Tab
ID hmbkmkdhhlgemdgeefnhfaffdpddohpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa
คำอธิบาย Replace the New Tab page with Bitcoin price chart
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 8,740
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2018-01-18
วันที่เผยแพร่ 2018-01-18
คะแนน 4.60/5 รวมทั้งหมด 134 คะแนน
ผู้พัฒนา Dev Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://crypto-tab.com
URL หน้าช่วยเหลือ https://github.com/superKalo/crypto-tab
URL หน้านโยบายความเป็นส่วนตัว https://privacy.devlabs.bg
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Tab",
    "description": "Replace the New Tab page with Bitcoin price chart",
    "version": "1.0.4",
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/bitcoin-price-api.devlabs-projects.info\/**\/*",
        "https:\/\/api.crypto-tab.com\/**\/*",
        "storage"
    ]
}