Found
Found is the easiest way to capture, share & store images.
Foundคืออะไร?
Found เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://found.so และคุณลักษณะหลักของมันคือ "Found is the easiest way to capture, share & store images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Found
ดาวน์โหลดไฟล์ส่วนขยาย Found ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Found is the easiest way to capture, share & store images. 1. Extract & save images (including background images) from any webpage. 2. Drag and drop images into the extension to save. 3. Capture full-page or partial-page screenshots. 4. Get shareable links to any image or collection of images in seconds. Everything is backed up in your secure Found cloud account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | geblembjogdcglflijdiafppilmgbefh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/found/geblembjogdcglflijdiafppilmgbefh |
คำอธิบาย | Found is the easiest way to capture, share & store images. |
ขนาดไฟล์ | 2.65 MB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 0.0.25 |
อัปเดตครั้งล่าสุด | 2021-07-25 |
วันที่เผยแพร่ | 2020-04-01 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://found.so |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://found.so |
URL หน้าช่วยเหลือ | https://found.so |
URL หน้านโยบายความเป็นส่วนตัว | https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8 |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Found", "description": "Found is the easiest way to capture, share & store images.", "version": "0.0.25", "homepage_url": "https:\/\/found.so", "manifest_version": 2, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon128.png" }, "browser_action": { "title": "open" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "downloads", "cookies", "activeTab", " |