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 } |