Flint Web Clipper
The easiest, fastest way to save articles to Flint.
Flint Web Clipperคืออะไร?
Flint Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flint.extension และคุณลักษณะหลักของมันคือ "The easiest, fastest way to save articles to Flint."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flint Web Clipper
ดาวน์โหลดไฟล์ส่วนขยาย Flint Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Flint's Chrome extension is the easiest, fastest way to save online contents to Flint. With a single click, you can save the url of the article you are reading. No need to copy the url address and switch tabs!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flint Web Clipper |
ID | bjnopannoijifbgiknolfnmchfmkndln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln |
คำอธิบาย | The easiest, fastest way to save articles to Flint. |
ขนาดไฟล์ | 219 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-08 |
วันที่เผยแพร่ | 2022-05-31 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | flint.extension |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.flint.so |
URL หน้าช่วยเหลือ | https://beta.flint.so |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flint Web Clipper", "short_name": "Flint Extension", "manifest_version": 3, "version": "1.0.1", "description": "The easiest, fastest way to save articles to Flint.", "icons": { "16": "icons\/favicon-16x16.png", "32": "icons\/favicon-32x32.png", "512": "icons\/android-chrome-512x512.png" }, "action": { "default_icon": "icons\/favicon-16x16.png", "default_popup": "index.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab" ], "host_permissions": [ "https:\/\/beta.flint.so\/*" ] } |