Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Что такое Steemit - Golos Switcher?
Steemit - Golos Switcher - это расширение Chrome, разработанное RoelandP, и его основная функция - "Switch from Steemit to Golos and vice versa".
Снимки экрана расширения
Скачать файл CRX расширения Steemit - Golos Switcher
Скачайте файлы расширений Steemit - Golos Switcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
Официальный URL | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Описание | Switch from Steemit to Golos and vice versa |
Размер файла | 10.16 KB |
Количество установок | 17 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-10-22 |
Дата публикации | 2016-10-22 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | RoelandP |
Тип оплаты | free |
Поддерживаемые языки | 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 } |