Bitsler Coin Widget
This extension will show a Crypto Currency Price Widget
O que é Bitsler Coin Widget?
Bitsler Coin Widget é uma extensão do Chrome desenvolvida por https://forum.bitsler.com, e sua principal característica é "This extension will show a Crypto Currency Price Widget".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bitsler Coin Widget
Baixe arquivos de extensão Bitsler Coin Widget no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This is a Crypto currency Price widget powered by Bitlser.com for use with their users. The information produced by this widget is from market calculations with the combination of 3rd party apis.
Informações Básicas da Extensão
Nome | ![]() |
ID | lgbgmhkkcpcnanepbpjgaijejkbgbakh |
URL Oficial | https://chrome.google.com/webstore/detail/bitsler-coin-widget/lgbgmhkkcpcnanepbpjgaijejkbgbakh |
Descrição | This extension will show a Crypto Currency Price Widget |
Tamanho do Arquivo | 33.63 KB |
Contagem de Instalações | 19 |
Versão Atual | 1.0.1 |
Última Atualização | 2017-07-20 |
Data de Publicação | 2017-07-20 |
Desenvolvedor | https://forum.bitsler.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://forum.bitsler.com |
URL da Página de Ajuda | https://forum.bitsler.com/category/view/bfdc8b040d/Ask_our_Staff |
URL da Página de Política de Privacidade | https://forum.bitsler.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon.png", "default_title": "Bitsler Coin Widget" }, "name": "Bitsler Coin Widget", "description": "This extension will show a Crypto Currency Price Widget", "homepage_url": "https:\/\/www.bitsler.com", "icons": { "16": "favicon-16x16.png", "48": "android-icon-48x48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.1", "manifest_version": 2 } |