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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extention for quckly grabbing the tab title, URLs and a snapshot of the page"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Grab Paste एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}