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开发的Chrome扩展程序,该扩展的主要功能是“Open the current page or links in Polypane, the developer tool for responsive web development and design.”。
扩展截图
下载Polypane helper扩展crx文件
下载Polypane helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } } |