Browser resize
Simple browser resize
ما هو Browser resize؟
Browser resize هو إضافة Chrome تم تطويرها بواسطة graham، والميزة الرئيسية لها هي "Simple browser resize".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Browser resize
قم بتنزيل ملفات الامتداد Browser resize بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Super simple developer tool to change the browser size. Options to edit widths and keep popup open after resize (closes by default of maximise). Nothing malicious in here, unlike in certain other extensions. Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. Changelog 0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.
معلومات أساسية عن التمديد
الاسم | Browser resize |
ID | pnmdcoaajafdppfpioijldebfbpogopn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn |
الوصف | Simple browser resize |
حجم الملف | 16.94 KB |
عدد التثبيتات | 1,949 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2014-10-22 |
تاريخ النشر | 2014-10-22 |
تقييم | 4.25/5 مجموع تقييمات 12 |
المطور | graham |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser resize", "version": "0.3.0", "manifest_version": 2, "description": "Simple browser resize", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |