param appender

appends a configurable parameter to the url on url change

param appender là gì?

param appender là một tiện ích mở rộng Chrome được phát triển bởi stupid cat, và tính năng chính của nó là "appends a configurable parameter to the url on url change".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng param appender 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

                        appends a configurable parameter to the url on url change. the affected urls can be specified using a regex configuration.                    

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

Tên param appender param appender
ID dpodflepnifmnifholnajjffjmkolaae
URL Chính Thức https://chromewebstore.google.com/detail/param-appender/dpodflepnifmnifholnajjffjmkolaae
Mô tả appends a configurable parameter to the url on url change
Kích Thước Tệp 44.63 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2020-08-31
Ngày Phát Hành 2020-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển stupid cat
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "param appender",
    "short_name": "pappender",
    "version": "1.5",
    "description": "appends a configurable parameter to the url on url change",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_popup": "views\/popup.html",
        "default_icons": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_page": "views\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}