Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Co je Steemit - Golos Switcher?
Steemit - Golos Switcher je rozšíření Chrome vyvinuté RoelandP, a jeho hlavní funkcí je „Switch from Steemit to Golos and vice versa“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Steemit - Golos Switcher
Stáhněte si soubory rozšíření Steemit - Golos Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
Oficiální URL | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Popis | Switch from Steemit to Golos and vice versa |
Velikost souboru | 10.16 KB |
Počet instalací | 17 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-10-22 |
Datum Vydání | 2016-10-22 |
Hodnocení | 4.67/5 Celkem 3 Hodnocení |
Vývojář | RoelandP |
Typ Platby | free |
Podporované Jazyky | 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 } |