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": [ " |