Window Dimensions
This extension will display the window's dimensions after resizing the browser window.
ما هو Window Dimensions؟
Window Dimensions هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension will display the window's dimensions after resizing the browser window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Window Dimensions
قم بتنزيل ملفات الامتداد Window Dimensions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This package allows you to view window size upon resizing the browser. Colors, font-size, and location can be changed in the options panel.
معلومات أساسية عن التمديد
الاسم | Window Dimensions |
ID | fdegbhikbooibcahgagmcbkdecmelgfo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo |
الوصف | This extension will display the window's dimensions after resizing the browser window. |
حجم الملف | 52.19 KB |
عدد التثبيتات | 979 |
النسخة الحالية | 0.0.7 |
آخر تحديث | 2016-04-18 |
تاريخ النشر | 2016-04-18 |
تقييم | 2.45/5 مجموع تقييمات 11 |
المطور | Unknown |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ] }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-1.11.1.min.js", "js\/scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/localhost\/*", "https:\/\/localhost\/*", "http:\/\/127.0.0.1\/*", "file:\/\/\/*\/*" ], "run_at": "document_end" } ], "description": "This extension will display the window's dimensions after resizing the browser window.", "icons": { "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Window Dimensions", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.7" } |