Steemit.com Enhancer
Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.
ما هو Steemit.com Enhancer؟
Steemit.com Enhancer هو إضافة Chrome تم تطويرها بواسطة https://www.letmecompile.com، والميزة الرئيسية لها هي "Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steemit.com Enhancer
قم بتنزيل ملفات الامتداد Steemit.com Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enhance the functions of steemit.com [Viewer] - You can change the font on the steemit post page. [Editor] - Side by side preview mode - Layout templates (Book Review, Travel, Recipe, etc.) are provided.
معلومات أساسية عن التمديد
الاسم | Steemit.com Enhancer |
ID | gepddagaajclednflogimfmpoejjkcnj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/steemitcom-enhancer/gepddagaajclednflogimfmpoejjkcnj |
الوصف | Enhance the functions of steemit.com : change fonts, improve readability, side-by-side preview, various content templates provided. |
حجم الملف | 315 KB |
عدد التثبيتات | 454 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2018-07-18 |
تاريخ النشر | 2018-07-18 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | https://www.letmecompile.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://steemit.com/@yjiq150 |
عنوان صفحة المساعدة | https://steemit.com/@yjiq150 |
اللغات المدعومة | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "page_action": { "default_icon": "img\/icon-48.png", "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "web_accessible_resources": [ "js\/page.bundle.js" ], "background": { "page": "background.html" }, "permissions": [ "storage", "activeTab", "tabs", "https:\/\/steemit.com\/*" ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;" } |