QueryParam
Chrome extension to add action buttons by adding query parameters to the url
什么是QueryParam?
QueryParam是由https://raturi.in开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to add action buttons by adding query parameters to the url”。
扩展截图
下载QueryParam扩展crx文件
下载QueryParam扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension can be useful if your are tired of changing url by adding query parameters again and again. For example: You have a website (raturi.in) and there is a query parameter mob=false i.e., raturi.in/ ?mob=false , that is used to render a mobile site. So everytime you have to modify your url mob=false and mob=true. Imagine if you have 10 or 20 or more, is not this a head ache to change the parameters everytime to render a different page. If you are having a similar kind of problem or is related than this extension is for you. Using this you can create action button for a particular set of url parameters. Now whenever you need to change query parameters instead of doing it manually you can click on action buttons.
扩展基本信息
名称 | QueryParam |
ID | debkbpaaeaocgianodbgghkhkjjlclhg |
官方URL | https://chromewebstore.google.com/detail/queryparam/debkbpaaeaocgianodbgghkhkjjlclhg |
简介 | Chrome extension to add action buttons by adding query parameters to the url |
文件大小 | 43.51 KB |
安装次数 | 622 |
当前版本 | 1.01 |
更新时间 | 2021-04-26 |
上架时间 | 2020-04-24 |
评分 | 5.00/5 共1次评分 |
开发者 | https://raturi.in |
电子邮箱 | raturi002@gmail.com |
付费类型 | free |
扩展官网 | https://raturi.in/blog/queryparam-chrome-extension-tutorial/ |
帮助页面URL | https://raturi.in/hire/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QueryParam", "version": "1.01", "description": "Chrome extension to add action buttons by adding query parameters to the url", "author": "Ayush Katiyar, Nitin Raturi", "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "QueryParam" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "storage" ], "manifest_version": 2 } |