Polypane helper
Open the current page or links in Polypane, the developer tool for responsive web development and design.
ما هو Polypane helper؟
Polypane helper هو إضافة Chrome تم تطويرها بواسطة https://polypane.app، والميزة الرئيسية لها هي "Open the current page or links in Polypane, the developer tool for responsive web development and design.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Polypane helper
قم بتنزيل ملفات الامتداد Polypane helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Polypane is a browser built from the ground up to create and test websites and apps. For developers, designers, product managers, QA and anyone that works on the web. Using the Polypane helper, you can open the current page in Polypane using the button in your task bar, by pressing alt+ p or by right clicking any link to open that URL in Polypane
معلومات أساسية عن التمديد
الاسم | Polypane helper |
ID | eofbapfmbfmpeplodnehlkkgpkklmapp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/polypane-helper/eofbapfmbfmpeplodnehlkkgpkklmapp |
الوصف | Open the current page or links in Polypane, the developer tool for responsive web development and design. |
حجم الملف | 22.23 KB |
عدد التثبيتات | 3,875 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2023-10-25 |
تاريخ النشر | 2019-11-18 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://polypane.app |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://polypane.app |
عنوان صفحة المساعدة | https://polypane.app/support |
عنوان صفحة سياسة الخصوصية | https://firstversionist.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polypane helper", "version": "1.5.0", "manifest_version": 2, "description": "Open the current page or links in Polypane, the developer tool for responsive web development and design.", "homepage_url": "https:\/\/polypane.app", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/open.js" ], "persistent": true }, "permissions": [ "activeTab", "tabs", "contextMenus" ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Open current tab in Polypane (Alt + P)" }, "commands": { "open-in-polypane": { "suggested_key": { "default": "Alt+P" }, "description": "Open current tab in Polypane" } } } |