get the image!

This allows you to download a batch zip of images from a web page's documentation and css.

get the image! क्या है?

get the image! kapy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This allows you to download a batch zip of images from a web page's documentation and css."।

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

screenshot

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

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

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

                        Are you a web developer?
Have you ever thought, "I want to copy a cool LP" or "I want to know the total number of images used"? This extension allows you to download a batch zip file of all the images used in an open page.
It's an extension, so you don't need to worry about compatibility.
Happy development life!

Attention!

The acceptability of files from other than the same domain depends on the server settings.
Also, among the html attributes, the following four types are supported by default. For any other attributes you wish to obtain, please enter them in the text box.
  - src
  - srcset
  - data-src
  - data-srcset                    

एक्सटेंशन की मूल जानकारी

नाम get the image! get the image!
ID pbpnjlcchelkilcpkamkonhgpacjbibc
आधिकारिक URL https://chromewebstore.google.com/detail/get-the-image/pbpnjlcchelkilcpkamkonhgpacjbibc
विवरण This allows you to download a batch zip of images from a web page's documentation and css.
फ़ाइल का आकार 108 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2021-10-14
प्रकाशन तिथि 2021-09-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर kapy
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "get the image!",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "This allows you to download a batch zip of images from a web page's documentation and css.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "48": "img\/240770894_197005722494949_3678857227278718278_n.png",
        "128": "img\/240770894_197005722494949_3678857227278718278_n.png"
    },
    "permissions": [
        "http:\/\/*\/*\/",
        "https:\/\/*\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js",
                "jszip.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}