Steemit - Golos Switcher

Switch from Steemit to Golos and vice versa

Qu'est-ce que Steemit - Golos Switcher ?

Steemit - Golos Switcher est une extension Chrome développée par RoelandP, et sa fonction principale est "Switch from Steemit to Golos and vice versa".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Steemit - Golos Switcher

Téléchargez les fichiers d'extension Steemit - Golos Switcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Steemit - Golos Switcher Steemit - Golos Switcher
ID edkjfmioogegfjcnibkhpgkelglgkhmn
URL Officiel https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn
Description Switch from Steemit to Golos and vice versa
Taille du Fichier 10.16 KB
Nombre d'Installations 17
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-22
Date de Publication 2016-10-22
Évaluation 4.67/5 Total 3 Évaluations
Développeur RoelandP
Type de Paiement free
Langues Prises en Charge 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
}