Tab Grab Paste

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

什麼是Tab Grab Paste?

Tab Grab Paste是由ScaledCap Studio開發的Chrome擴展程式,該擴展的主要功能是“An extention for quckly grabbing the tab title, URLs and a snapshot of the page”。

擴展截圖

screenshot
screenshot
screenshot

下載Tab Grab Paste擴展crx文件

下載Tab Grab Paste擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tab Grab Paste Tab Grab Paste
ID dhohiopgmjndniekbklpflonniaegocn
官方網址 https://chromewebstore.google.com/detail/tab-grab-paste/dhohiopgmjndniekbklpflonniaegocn
簡介 An extention for quckly grabbing the tab title, URLs and a snapshot of the page
檔案大小 23.71 KB
安裝次數 99
目前版本 0.0.0.2
更新時間 2021-01-30
上架時間 2020-09-13
評分 5.00/5 共 1 次評分
開發者 ScaledCap Studio
電子郵箱 [email protected]
付費類型 free
擴展官網 http://scaledcapstudio.ca/
支援的語言 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"
        ]
    }
}