Steemit - Golos Switcher

Switch from Steemit to Golos and vice versa

¿Qué es Steemit - Golos Switcher?

Steemit - Golos Switcher es una extensión de Chrome desarrollada por RoelandP, y su función principal es "Switch from Steemit to Golos and vice versa".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Steemit - Golos Switcher

Descarga archivos de extensión Steemit - Golos Switcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Steemit - Golos Switcher Steemit - Golos Switcher
ID edkjfmioogegfjcnibkhpgkelglgkhmn
URL Oficial https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn
Descripción Switch from Steemit to Golos and vice versa
Tamaño del Archivo 10.16 KB
Cantidad de Instalaciones 17
Versión Actual 1.0
Última Actualización 2016-10-22
Fecha de Publicación 2016-10-22
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador RoelandP
Tipo de Pago free
Idiomas Soportados 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
}