Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
什么是Steemit - Golos Switcher?
Steemit - Golos Switcher是由RoelandP开发的Chrome扩展程序,该扩展的主要功能是“Switch from Steemit to Golos and vice versa”。
扩展截图
下载Steemit - Golos Switcher扩展crx文件
下载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 } |