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
公式URL 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
Eメール [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"
        ]
    }
}