Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Co to jest Steemit - Golos Switcher?
Steemit - Golos Switcher to rozszerzenie Chrome opracowane przez RoelandP, a jego główną funkcją jest „Switch from Steemit to Golos and vice versa”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steemit - Golos Switcher
Pobierz pliki rozszerzeń Steemit - Golos Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
Oficjalny URL | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Opis | Switch from Steemit to Golos and vice versa |
Rozmiar pliku | 10.16 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-10-22 |
Data Publikacji | 2016-10-22 |
Ocena | 4.67/5 Łącznie 3 Oceny |
Deweloper | RoelandP |
Typ Płatności | free |
Obsługiwane Języki | 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 } |