Many Tabs Resolver

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

Many Tabs Resolver क्या है?

Many Tabs Resolver TaufikNur Production द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "1-Click to download images, files, or copy all opened addresses."।

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

screenshot

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

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

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

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