Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
Steemit - Golos Switcher क्या है?
Steemit - Golos Switcher RoelandP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch from Steemit to Golos and vice versa"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steemit - Golos Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |