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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |