Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
What is Steemit - Golos Switcher?
Steemit - Golos Switcher is a Chrome extension developed by RoelandP, and its main feature is "Switch from Steemit to Golos and vice versa".
Extension Screenshots
Download Steemit - Golos Switcher Extension CRX File
Download Steemit - Golos Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
Official URL | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Description | Switch from Steemit to Golos and vice versa |
File Size | 10.16 KB |
Installation Count | 17 |
Current Version | 1.0 |
Last Updated | 2016-10-22 |
Publish Date | 2016-10-22 |
Rating | 4.67/5 Total 3 Ratings |
Developer | RoelandP |
Payment Type | free |
Supported Languages | 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 } |