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开发的Chrome扩展程序,该扩展的主要功能是“Convert selected image link URL into an HTML tag with src attribute on the clipboard.”。

扩展截图

screenshot
screenshot

下载ImgSrc-er扩展crx文件

下载ImgSrc-er扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}