Tab Grab Paste

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

Tab Grab Pasteคืออะไร?

Tab Grab Paste เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ScaledCap Studio และคุณลักษณะหลักของมันคือ "An extention for quckly grabbing the tab title, URLs and a snapshot of the page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Grab Paste

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}