Tab Grab Paste

An extention for quckly grabbing the tab title, URLs and a snapshot of the page

Tab Grab Paste là gì?

Tab Grab Paste là một tiện ích mở rộng Chrome được phát triển bởi ScaledCap Studio, và tính năng chính của nó là "An extention for quckly grabbing the tab title, URLs and a snapshot of the page".

Ả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 Tab Grab Paste

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

                        A quick and easy way to copy multiple tabs in your browser and take screenshots to send in emails.
Simply select the Tabs you wish to Grab and Paste!
You have options to include screenshots which will take a quick snapshot of each tab as you see them in the browser window. 
You may also adjust what titles you include in relation to the links copied. 

A good tool for Web Support, and saving multiple URL links in emails, notes, or lists.                    

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

Tên Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
URL Chính Thức https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
Mô tả An extention for quckly grabbing the tab title, URLs and a snapshot of the page
Kích Thước Tệp 23.71 KB
Số Lần Cài Đặt 99
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2021-01-30
Ngày Phát Hành 2020-09-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ScaledCap Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://scaledcapstudio.ca/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Grab Paste",
    "description": "An extention for quckly grabbing the tab title, URLs and a snapshot of the page",
    "version": "0.0.0.2",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "128.png",
        "options.css",
        "options.html",
        "ScaledCap-Logo.svg"
    ],
    "background": {
        "scripts": [
            "copyscript.js"
        ]
    }
}