Unsticky Medium
Unsticky the header and footer on sites that use the Medium.com platform
ما هو Unsticky Medium؟
Unsticky Medium هو إضافة Chrome تم تطويرها بواسطة jlei523، والميزة الرئيسية لها هي "Unsticky the header and footer on sites that use the Medium.com platform".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unsticky Medium
قم بتنزيل ملفات الامتداد Unsticky Medium بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content. To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.
معلومات أساسية عن التمديد
الاسم | |
ID | laadcleekgoihflinfdkfhefnfclphkm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm |
الوصف | Unsticky the header and footer on sites that use the Medium.com platform |
حجم الملف | 4.8 KB |
عدد التثبيتات | 36 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-10-22 |
تاريخ النشر | 2017-10-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | jlei523 |
نوع الدفع | free |
موقع الإضافة | https://github.com/jlei523/unsticky-medium |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unsticky Medium", "description": "Unsticky the header and footer on sites that use the Medium.com platform", "version": "1.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Unsticky the header and footer on sites that use the Medium.com platform", "default_icon": "icon.png" }, "manifest_version": 2 } |