URL&p

Extension opens URL with one parameter in new tab

URL&p là gì?

URL&p là một tiện ích mở rộng Chrome được phát triển bởi https://ivanova-irina.blogspot.com, và tính năng chính của nó là "Extension opens URL with one parameter in new tab".

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

screenshot
screenshot
screenshot

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

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

                        NB! This is a dead project! It's not supported anymore, so there is no guarantee that it will work on latest browser's versions.

It's useful for people who have to open one URL with different parameter values (for example, some prototype with different page ID-s).

All you need is to describe your URL in the Options (only one time after installation) and insert parameter into extension filed.

* Spaces at the end and beginning of the inserted parameter will be trimmed
* Skype formatting ([DATE] NAME: parameter) will be trimmed
* Shows history of 5 last values

GitLab repo: https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener                    

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

Tên URL&p URL&p
ID koidpmicflkfdkkbhoalljjknjeehlph
URL Chính Thức https://chromewebstore.google.com/detail/urlp/koidpmicflkfdkkbhoalljjknjeehlph
Mô tả Extension opens URL with one parameter in new tab
Kích Thước Tệp 208 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-11-04
Ngày Phát Hành 2019-11-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://ivanova-irina.blogspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
URL Trang Trợ Giúp https://gitlab.com/irina-ivanova-extensions/URL-With-Parameter-Opener
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL&p",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Extension opens URL with one parameter in new tab",
    "homepage_url": "https:\/\/gitlab.com\/irina-ivanova-extensions\/URL-With-Parameter-Opener",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "default-src 'self'",
    "author": {
        "name": "Irina Ivanova",
        "email": "[email protected]"
    }
}