ImgSrc-er
Convert selected image link URL into an HTML tag with src attribute on the clipboard.
Что такое ImgSrc-er?
ImgSrc-er - это расширение Chrome, разработанное https://scriptable-assets.page, и его основная функция - "Convert selected image link URL into an HTML tag with src attribute on the clipboard.".
Снимки экрана расширения
Скачать файл CRX расширения ImgSrc-er
Скачайте файлы расширений 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 |
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": [ " |