Add Query String To URL
This easy and lightweight extension can be used to add a query string to the any url.
Add Query String To URLとは何ですか?
Add Query String To URLはiamraghvendrapathakによって開発されたChromeの拡張機能で、その主な機能は「This easy and lightweight extension can be used to add a query string to the any url.」です。
拡張機能のスクリーンショット
Add Query String To URL拡張機能のCRXファイルをダウンロード
Add Query String To URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of adding query string to the url? This easy and lightweight extension helps you to add a query string to any url. All you need is to turn on the toggle. 拡張機能の基本情報
| 名前 | |
| ID | plakklnddafbgeodimojmfgneiadigkp |
| 公式URL | https://chromewebstore.google.com/detail/add-query-string-to-url/plakklnddafbgeodimojmfgneiadigkp |
| 説明 | This easy and lightweight extension can be used to add a query string to the any url. |
| ファイルサイズ | 7 KB |
| インストール数 | 36 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2022-10-25 |
| 公開日 | 2022-10-24 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | iamraghvendrapathak |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Raghvendra Pathak",
"name": "Add Query String To URL",
"short_name": "AQSTU",
"description": "This easy and lightweight extension can be used to add a query string to the any url.",
"version": "0.0.1",
"manifest_version": 3,
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "Add Query String To URL"
},
"icons": {
"48": "icon.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
" | |