Steemit - Golos Switcher

Switch from Steemit to Golos and vice versa

Cos'è Steemit - Golos Switcher?

Steemit - Golos Switcher è un'estensione di Chrome sviluppata da RoelandP, e la sua funzione principale è "Switch from Steemit to Golos and vice versa".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Steemit - Golos Switcher

Scarica i file di estensione Steemit - Golos Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Steemit - Golos Switcher Steemit - Golos Switcher
ID edkjfmioogegfjcnibkhpgkelglgkhmn
URL Ufficiale https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn
Descrizione Switch from Steemit to Golos and vice versa
Dimensione del File 10.16 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-22
Data di Pubblicazione 2016-10-22
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore RoelandP
Tipo di Pagamento free
Lingue Supportate 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
}