BitTab: Bitcoin New Tab Page

A minimalistic new tab extension for Bitcoin enthusiasts.

BitTab: Bitcoin New Tab Page क्या है?

BitTab: Bitcoin New Tab Page Mark Thomas Miller, Mayvale LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A minimalistic new tab extension for Bitcoin enthusiasts."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BitTab: Bitcoin New Tab Page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}