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. 擴展基本資訊
| 名稱 | |
| ID | debkbpaaeaocgianodbgghkhkjjlclhg |
| 官方網址 | 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 |
| 電子郵箱 | [email protected] |
| 付費類型 | 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
} | |