Freeimage.host Image Uploader
Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host
Freeimage.host Image Uploaderคืออะไร?
Freeimage.host Image Uploader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://freeimage.host และคุณลักษณะหลักของมันคือ "Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Freeimage.host Image Uploader
ดาวน์โหลดไฟล์ส่วนขยาย Freeimage.host Image Uploader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - Right click on any image on the web and upload to freeimage.host - "Snipping tool" with automatic upload to freeimage.host A notification with the image URL is presented.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kgnlhgbjaebblellaillgfpkfdgalkek |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/freeimagehost-image-uploa/kgnlhgbjaebblellaillgfpkfdgalkek |
คำอธิบาย | Upload images and capture screenshots from your browser. Right click on any image on the web and upload it to freeimage.host |
ขนาดไฟล์ | 55.38 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-09-09 |
วันที่เผยแพร่ | 2019-09-09 |
ผู้พัฒนา | http://freeimage.host |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://freeimage.host |
URL หน้านโยบายความเป็นส่วนตัว | https://photoland.io/page/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Freeimage.host Image Uploader", "default_locale": "en", "version": "1.1", "description": "__MSG_app_desc__", "icons": { "180": "assets\/img\/180.png", "192": "assets\/img\/192.png" }, "background": { "scripts": [ "assets\/scripts\/jquery.min.js", "assets\/scripts\/app.js", "assets\/scripts\/upload.js", "assets\/scripts\/request.js" ] }, "browser_action": { "default_title": "Freeimage.host Image Uploader", "default_icon": "assets\/img\/icon.png" }, "permissions": [ "*:\/\/*\/*", "activeTab", "clipboardWrite", "contextMenus", "notifications", "storage" ] } |