Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Was ist Steemit - Golos Switcher?
Steemit - Golos Switcher ist eine Chrome-Erweiterung, die von RoelandP entwickelt wurde, und ihr Hauptmerkmal ist "Switch from Steemit to Golos and vice versa".
Erweiterungsscreenshots
Steemit - Golos Switcher-Erweiterungs-CRX-Datei herunterladen
Laden Sie Steemit - Golos Switcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
Offizielle URL | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Beschreibung | Switch from Steemit to Golos and vice versa |
Dateigröße | 10.16 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-10-22 |
Veröffentlichungsdatum | 2016-10-22 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | RoelandP |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |