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 |
官方網址 | 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 } |