Many Tabs Resolver

1-Click to download images, files, or copy all opened addresses.

Many Tabs Resolverคืออะไร?

Many Tabs Resolver เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TaufikNur Production และคุณลักษณะหลักของมันคือ "1-Click to download images, files, or copy all opened addresses."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Many Tabs Resolver

ดาวน์โหลดไฟล์ส่วนขยาย Many Tabs Resolver ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A chrome extension that helps you to copy or download all URLs which opened in separate tabs at once.

1. Copy all opened URLs
You can view list of all opened tab URLs, sort them, and copy them all to clipboard. In Opera you can show and copy URLs from the active workspace only.

2. Mass download images
You can open URLs or images which you want to download in new tab as many as you wish before actually mass download them.

3. Mass download files
Not only images, you can also download all files like PDFs or anything which opened in separate tabs.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Many Tabs Resolver Many Tabs Resolver
ID dcclalmghnccnfbbeeaonadppojjokhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/many-tabs-resolver/dcclalmghnccnfbbeeaonadppojjokhj
คำอธิบาย 1-Click to download images, files, or copy all opened addresses.
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 109
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2022-07-28
วันที่เผยแพร่ 2022-07-12
คะแนน 3.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา TaufikNur Production
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Many Tabs Resolver",
    "version": "0.0.4",
    "description": "1-Click to download images, files, or copy all opened addresses.",
    "author": "Taufik Nur Rahmanda",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Many Tabs Resolver - What to do with yout tabs?",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}