Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
O que é Steemit - Golos Switcher?
Steemit - Golos Switcher é uma extensão do Chrome desenvolvida por RoelandP, e sua principal característica é "Switch from Steemit to Golos and vice versa".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Steemit - Golos Switcher
Baixe arquivos de extensão Steemit - Golos Switcher 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
If you use both Steemit.com and Golos.io you have noticed that many urls are actually the same. Use this quick-switcher tool to go from the current url on Steemit to Golos and vice versa. E.g. when checking out https://steemit.com/@roelandp (my posts) you will see the icon of the golos website. Clicking on it will take you to https://golos.io/@roelandp If you like this consider upvoting me as witness on either of the two platforms.
Informações Básicas da Extensão
Nome | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
URL Oficial | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Descrição | Switch from Steemit to Golos and vice versa |
Tamanho do Arquivo | 10.16 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.0 |
Última Atualização | 2016-10-22 |
Data de Publicação | 2016-10-22 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | RoelandP |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steemit - Golos Switcher", "description": "Switch from Steemit to Golos and vice versa", "version": "1.0", "permissions": [ "https:\/\/steemit.com\/*", "https:\/\/golos.io\/*", "notifications" ], "background": { "matches": [ "https:\/\/steemit.com\/*", "https:\/\/golos.io\/*" ], "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Steemit - Golos switcher", "default_icon": "default.png" }, "manifest_version": 2 } |