Crypto Tab
Replace the New Tab page with Bitcoin price chart
Vad är Crypto Tab?
Crypto Tab är en Chrome-tillägg utvecklad av Dev Labs, och dess huvudfunktion är "Replace the New Tab page with Bitcoin price chart".
Tilläggsskärmbilder
Ladda ner Crypto Tab-förlängningens CRX-fil
Ladda ner Crypto Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| Officiell webbadress | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| Beskrivning | Replace the New Tab page with Bitcoin price chart |
| Filstorlek | 109 KB |
| Antal Installationer | 8,740 |
| Aktuell Version | 1.0.4 |
| Senast Uppdaterad | 2018-01-18 |
| Publiceringsdatum | 2018-01-18 |
| Betyg | 4.60/5 Totalt 134 Betyg |
| Utvecklare | Dev Labs |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://crypto-tab.com |
| Hjälpsida URL | https://github.com/superKalo/crypto-tab |
| URL till Sekretesspolicy Sidan | https://privacy.devlabs.bg |
| Stödda Språk | 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"
]
} | |