Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Hvad er Steemit - Golos Switcher?
Steemit - Golos Switcher er en Chrome-udvidelse udviklet af RoelandP, og dens hovedfunktion er "Switch from Steemit to Golos and vice versa".
Udvidelsesskærmbilleder
Download Steemit - Golos Switcher-udvidelses-CRX-fil
Download Steemit - Golos Switcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
Officiel URL | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Beskrivelse | Switch from Steemit to Golos and vice versa |
Filstørrelse | 10.16 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-10-22 |
Udgivelsesdato | 2016-10-22 |
Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
Udvikler | RoelandP |
Betalingsmetode | free |
Understøttede Sprog | 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 } |