Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Apa itu Steemit - Golos Switcher?
Steemit - Golos Switcher adalah ekstensi Chrome yang dikembangkan oleh RoelandP, dan fitur utamanya adalah "Switch from Steemit to Golos and vice versa".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Steemit - Golos Switcher
Unduh file ekstensi Steemit - Golos Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | edkjfmioogegfjcnibkhpgkelglgkhmn |
URL Resmi | https://chrome.google.com/webstore/detail/steemit-golos-switcher/edkjfmioogegfjcnibkhpgkelglgkhmn |
Deskripsi | Switch from Steemit to Golos and vice versa |
Ukuran File | 10.16 KB |
Jumlah Instalasi | 17 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-10-22 |
Tanggal Publikasi | 2016-10-22 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | RoelandP |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |