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 |
| 公式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 |
| Eメール | [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
} | |