BitTab: Bitcoin New Tab Page

A minimalistic new tab extension for Bitcoin enthusiasts.

BitTab: Bitcoin New Tab Pageคืออะไร?

BitTab: Bitcoin New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Thomas Miller, Mayvale LLC และคุณลักษณะหลักของมันคือ "A minimalistic new tab extension for Bitcoin enthusiasts."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitTab: Bitcoin New Tab Page

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

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

                        BitTab is an extension for Google Chrome that shows the current price of Bitcoin on every new tab.

Choose from multiple themes: beautiful background images from Unsplash, a soothing blue gradient, and a minimalist black theme.

Set four "hidden" shortcuts that can be accessed by clicking the four quadrants of the New Tab page.

Choose from 169 different currencies. (You will surely be the life of the party if you know the price of Bitcoin in the Zambian kwacha.)

Do quick price checks by clicking the BitTab icon in your toolbar.

It's also responsive – meaning it resizes nicely to fit any screen size. I like to leave the price open in a small window while I work. I made sure it looks good for people who want to do this too.

BitTab is open source software: view the source (and more details) on github.com/zvphy/BitTab                    

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

ชื่อ BitTab: Bitcoin New Tab Page BitTab: Bitcoin New Tab Page
ID ofllonaghfejikjnbdijjfocfefhhmnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bittab-bitcoin-new-tab-pa/ofllonaghfejikjnbdijjfocfefhhmnh
คำอธิบาย A minimalistic new tab extension for Bitcoin enthusiasts.
ขนาดไฟล์ 30.28 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-12-08
วันที่เผยแพร่ 2017-12-08
คะแนน 4.83/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Mark Thomas Miller, Mayvale LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitTab: Bitcoin New Tab Page",
    "short_name": "BitTab",
    "author": "Mark Miller",
    "homepage_url": "https:\/\/github.com\/zvphy\/BitTab",
    "description": "A minimalistic new tab extension for Bitcoin enthusiasts.",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "src\/html\/options.html",
    "browser_action": {
        "default_icon": "\/icons\/icon16.png",
        "default_popup": "src\/html\/popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/html\/newtab.html"
    },
    "permissions": [
        "storage"
    ]
}