ImgSrc-er

Convert selected image link URL into an HTML tag with src attribute on the clipboard.

ImgSrc-er क्या है?

ImgSrc-er https://scriptable-assets.page द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert selected image link URL into an HTML tag with src attribute on the clipboard."।

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

screenshot
screenshot

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

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

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

                        Convert selected image link URL into an HTML  tag with src attribute on the clipboard. Either an image, URL of an image, or link to an image can be selected.

For example when a text
"https://example.com/image.jpg"
is selected and this extension is executed via the context menu, the string

is save on the clipboard. You can in turn use this to edit your website or wherever you like.

The text
"https://example.com/image.jpg"
in the above example can be replaced by the image itself or a link object, i.e.,
Link to Image
in any website.

Attributes:
The icon of this Chrome extension was made by Freepik (https://www.flaticon.com/authors/freepik) from www.flaticon.com (https://www.flaticon.com/).                    

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

नाम ImgSrc-er ImgSrc-er
ID mmalpdcdmbloijpgoagaeallfnmioika
आधिकारिक URL https://chromewebstore.google.com/detail/imgsrc-er/mmalpdcdmbloijpgoagaeallfnmioika
विवरण Convert selected image link URL into an HTML tag with src attribute on the clipboard.
फ़ाइल का आकार 12.12 KB
स्थापना संख्या 89
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2024-01-29
प्रकाशन तिथि 2020-10-07
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://scriptable-assets.page
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.scriptable-assets.page/chrome-extensions/imgsrc-er/
सहायता पृष्ठ URL https://www.scriptable-assets.page/chrome-extensions/imgsrc-er/#source-code
गोपनीयता नीति पृष्ठ URL https://www.scriptable-assets.page/privacy-policy
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.1",
    "description": "__MSG_extDescription__",
    "permissions": [
        "contextMenus",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/ImgSrc-er16.png",
        "32": "images\/ImgSrc-er32.png",
        "48": "images\/ImgSrc-er48.png",
        "128": "images\/ImgSrc-er128.png"
    },
    "manifest_version": 3
}