FullscreenEverything
Fullscreen everything in your browser's web page
ما هو FullscreenEverything؟
FullscreenEverything هو إضافة Chrome تم تطويرها بواسطة xieby123، والميزة الرئيسية لها هي "Fullscreen everything in your browser's web page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FullscreenEverything
قم بتنزيل ملفات الامتداد FullscreenEverything بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything! Usage: * click FullscreenEverything to enter the selecting mode * in selecting mode, the element will be highlighted when the cursor hovers on it * in selecting mode, by clicking the highlighted element to fullscreen it * in selecting mode, press the Esc key to exit without fullscreen anything
معلومات أساسية عن التمديد
الاسم | FullscreenEverything |
ID | kiedhcacbjgbgfbllgmjinlefkjhkjdl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl |
الوصف | Fullscreen everything in your browser's web page |
حجم الملف | 21.15 KB |
عدد التثبيتات | 59 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2022-07-15 |
تاريخ النشر | 2022-07-14 |
المطور | xieby123 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/FullscreenEverything/FullscreenEverything |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FullscreenEverything", "version": "0.1.0", "description": "Fullscreen everything in your browser's web page", "permissions": [ "activeTab", "scripting" ], "action": { "default_title": "Click to activate" }, "background": { "service_worker": "main.js" }, "icons": { "16": "\/icons\/16.png", "32": "\/icons\/32.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" } } |