Steemit - Golos Switcher
Switch from Steemit to Golos and vice versa
ما هو Steemit - Golos Switcher؟
Steemit - Golos Switcher هو إضافة Chrome تم تطويرها بواسطة RoelandP، والميزة الرئيسية لها هي "Switch from Steemit to Golos and vice versa".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steemit - Golos Switcher
قم بتنزيل ملفات الامتداد Steemit - Golos Switcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |