I Love SteemPeak
A Chrome Web Extension for those who love SteemPeak
ما هو I Love SteemPeak؟
I Love SteemPeak هو إضافة Chrome تم تطويرها بواسطة Michael Smith، والميزة الرئيسية لها هي "A Chrome Web Extension for those who love SteemPeak".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة I Love SteemPeak
قم بتنزيل ملفات الامتداد I Love SteemPeak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
For the lovers of SteemPeak. This extension redirects various Steem frontend articles to the lovely interface of SteemPeak.com. It allow an aggressive mode to redirect ALL pages or a passive mode with a nice modal to prompt for redirection.
معلومات أساسية عن التمديد
الاسم | I Love SteemPeak |
ID | hebihldooknlhpeebennnnddfofnjafo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/i-love-steempeak/hebihldooknlhpeebennnnddfofnjafo |
الوصف | A Chrome Web Extension for those who love SteemPeak |
حجم الملف | 115 KB |
عدد التثبيتات | 11 |
النسخة الحالية | v1.1.1 |
آخر تحديث | 2020-04-06 |
تاريخ النشر | 2020-04-04 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Michael Smith |
نوع الدفع | free |
موقع الإضافة | https://github.com/selabie68/i-love-steempeak |
عنوان صفحة المساعدة | https://github.com/selabie68/i-love-steempeak/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Love SteemPeak", "description": "A Chrome Web Extension for those who love SteemPeak", "version": "1.1.1", "version_name": "v1.1.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "I Love SteemPeak", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ " |