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
Eメール [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
}