Crypto Tab
Replace the New Tab page with Bitcoin price chart
Hvad er Crypto Tab?
Crypto Tab er en Chrome-udvidelse udviklet af Dev Labs, og dens hovedfunktion er "Replace the New Tab page with Bitcoin price chart".
Udvidelsesskærmbilleder
Download Crypto Tab-udvidelses-CRX-fil
Download Crypto Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| Officiel URL | https://chromewebstore.google.com/detail/crypto-tab/hmbkmkdhhlgemdgeefnhfaffdpddohpa |
| Beskrivelse | Replace the New Tab page with Bitcoin price chart |
| Filstørrelse | 109 KB |
| Antal Installationer | 8,740 |
| Nuværende Version | 1.0.4 |
| Senest Opdateret | 2018-01-18 |
| Udgivelsesdato | 2018-01-18 |
| Bedømmelse | 4.60/5 Samlet 134 Bedømmelser |
| Udvikler | Dev Labs |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://crypto-tab.com |
| Hjælpeside-URL | https://github.com/superKalo/crypto-tab |
| URL til Fortrolighedspolitik Side | https://privacy.devlabs.bg |
| Understøttede Sprog | 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"
]
} | |