SVG Copy to clipboard
This Chrome extension allows you to copy inline svg code to your clipboard
SVG Copy to clipboardคืออะไร?
SVG Copy to clipboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KC Computing และคุณลักษณะหลักของมันคือ "This Chrome extension allows you to copy inline svg code to your clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SVG Copy to clipboard
ดาวน์โหลดไฟล์ส่วนขยาย SVG Copy to clipboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to copy inline SVG code to your clipboard by right clicking on an inline SVG and selecting the "Copy SVG Code to Clipboard" option from the context menu. NOTE: I have been getting a lot of 1 star reviews for this extension due to users not understanding what "Inline SVG" means, please understand that inline means you can actually see the svg code in with the html code when you inspect the page. This will NOT copy svg's in image tags, nor will it copy icons that are not SVG's. I use this extension almost everyday on a multitude of sites and have no problems with copying INLINE svgs. Please contact me about your problems before jumping to giving a FREE extension an undeserved 1 star review. This extension was developed for our team to make it faster to get SVG's from Font Awesome (as we have the pro license) Icon made by Freepik (http://www.freepik.com) from www.flaticon.com and is is licensed by CC 3.0 (http://creativecommons.org/licenses/by/3.0/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bkhampfdmillcjnggcacmbllkcefmdam |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/svg-copy-to-clipboard/bkhampfdmillcjnggcacmbllkcefmdam |
คำอธิบาย | This Chrome extension allows you to copy inline svg code to your clipboard |
ขนาดไฟล์ | 45.38 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-23 |
วันที่เผยแพร่ | 2020-03-23 |
คะแนน | 3.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | KC Computing |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kccomputing.net/ |
URL หน้าช่วยเหลือ | https://kccomputing.net/contact-me/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SVG Copy to clipboard", "description": "This Chrome extension allows you to copy inline svg code to your clipboard", "version": "1.0", "author": "Kyle Charlton and Christian Longe", "permissions": [ "contextMenus", "tabs" ], "content_scripts": [ { "matches": [ " |