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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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