Grab Urls

This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.

Grab Urls là gì?

Grab Urls là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.".

Ả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 Grab Urls

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

                        Have you ever run into a scenario in which you need to close your web browser but have a bunch of tabs open? Have you opened many tabs while researching on some topic and you want to save all the links? Do you dread going through multiple tabs and copy pasting URLs repeatedly? If situations like these sound familiar, then this extension will help you. Simply install it to start grabbing the all the URLs of the tabs you have open at once so that you can easily copy and paste them into a location of your choosing.                    

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

Tên Grab Urls Grab Urls
ID lkiclilgocfgmldjhfkknbngkkepdako
URL Chính Thức https://chromewebstore.google.com/detail/grab-urls/lkiclilgocfgmldjhfkknbngkkepdako
Mô tả This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.
Kích Thước Tệp 27.08 KB
Số Lần Cài Đặt 310
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-02-08
Ngày Phát Hành 2020-02-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grab Urls",
    "version": "1.0.0",
    "description": "This is a chrome extension which grabs all Urls from open tabs so that you can easily copy them and paste them wherever you wish.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "author": "Muhammad Talha",
    "permissions": [
        "tabs"
    ]
}