Polypane helper
Open the current page or links in Polypane, the developer tool for responsive web development and design.
Polypane helper क्या है?
Polypane helper https://polypane.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the current page or links in Polypane, the developer tool for responsive web development and design."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Polypane helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://polypane.app/support |
गोपनीयता नीति पृष्ठ URL | 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" } } } |