ZapFixed
Zap fixed menus
ما هو ZapFixed؟
ZapFixed هو إضافة Chrome تم تطويرها بواسطة Tim333، والميزة الرئيسية لها هي "Zap fixed menus".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZapFixed
قم بتنزيل ملفات الامتداد ZapFixed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Zap fixed menus and similar. Make them disappear. Annoyed by fixed menus and similar cluttering your page when you are trying to read? You scroll but they stay? Just click ZapFix to hide most of the fixed stuff, click again to get it back. The app just uses jQuery to toggle fixed elements to hidden. Sometimes it'll toggle one annoying thing on when the other goes off If so try refreshing and zapping them both at once.
معلومات أساسية عن التمديد
الاسم | ZapFixed |
ID | jgiflpbkoefoepgmeifoglafkomgjbge |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/zapfixed/jgiflpbkoefoepgmeifoglafkomgjbge |
الوصف | Zap fixed menus |
حجم الملف | 40.8 KB |
عدد التثبيتات | 100 |
النسخة الحالية | 0.0.7 |
آخر تحديث | 2017-08-31 |
تاريخ النشر | 2017-08-31 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Tim333 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ZapFixed", "description": "Zap fixed menus", "version": "0.0.7", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "ZapFixed menus" }, "icons": { "16": "icon16.png", "128": "icon128.png" }, "manifest_version": 2 } |