QueryParam

Chrome extension to add action buttons by adding query parameters to the url

QueryParam là gì?

QueryParam là một tiện ích mở rộng Chrome được phát triển bởi https://raturi.in, và tính năng chính của nó là "Chrome extension to add action buttons by adding query parameters to the url".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng QueryParam

Tải xuống các tệp mở rộng QueryParam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QueryParam QueryParam
ID debkbpaaeaocgianodbgghkhkjjlclhg
URL Chính Thức https://chromewebstore.google.com/detail/queryparam/debkbpaaeaocgianodbgghkhkjjlclhg
Mô tả Chrome extension to add action buttons by adding query parameters to the url
Kích Thước Tệp 43.51 KB
Số Lần Cài Đặt 622
Phiên Bản Hiện Tại 1.01
Cập Nhật Lần Cuối 2021-04-26
Ngày Phát Hành 2020-04-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://raturi.in
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://raturi.in/blog/queryparam-chrome-extension-tutorial/
URL Trang Trợ Giúp https://raturi.in/hire/
Ngôn Ngữ Được Hỗ Trợ 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
}