Bootstrap Viewport
Displays the current Bootstrap Viewport
ما هو Bootstrap Viewport؟
Bootstrap Viewport هو إضافة Chrome تم تطويرها بواسطة serhat-m، والميزة الرئيسية لها هي "Displays the current Bootstrap Viewport".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bootstrap Viewport
قم بتنزيل ملفات الامتداد Bootstrap Viewport بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Determines which Bootstrap viewport is active based on the width. Tested with Bootstrap v5.
معلومات أساسية عن التمديد
الاسم | Bootstrap Viewport |
ID | hbbkilahnbjmfhmfpckjpamaicggokje |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje |
الوصف | Displays the current Bootstrap Viewport |
حجم الملف | 15.01 KB |
عدد التثبيتات | 659 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2023-06-05 |
تاريخ النشر | 2022-11-10 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | serhat-m |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bootstrap Viewport", "version": "0.2.1", "description": "Displays the current Bootstrap Viewport", "action": { "default_title": "Bootstrap Viewport", "default_popup": ".\/html\/popup.html" }, "icons": { "16": ".\/bin\/img\/symbol16.png", "48": ".\/bin\/img\/symbol48.png", "128": ".\/bin\/img\/symbol128.png" }, "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "css": [ ".\/css\/bs-viewport.css" ], "js": [ ".\/js\/bs-viewport.js", ".\/js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "type": "module" } ], "permissions": [ "storage" ], "author": "Serhat M." } |