Clibu Web Clipper
Clip Web Page content and save it to Clibu. See www.clibu.com
Clibu Web Clipperคืออะไร?
Clibu Web Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.clibu.com และคุณลักษณะหลักของมันคือ "Clip Web Page content and save it to Clibu. See www.clibu.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clibu Web Clipper
ดาวน์โหลดไฟล์ส่วนขยาย Clibu Web Clipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Clibu Web Clipper lets you quickly and easily clip content from web pages, tag it and then add this along with your own notes to a selected Clibu Knowledge Base. Information is more important today than ever, but often it is so hard to find that needle in the haystack. We need better ways to capture, organize and get back information. And this is where Clibu comes to your aid. With Clibu you can: - Create, collect and edit information quicker and easier than ever before. - Organize content with Hierarchical Tags and use Full Text Search and Tags Filtering to find it every time. - Share your content and collaborate with others, with everyone seeing updates as they occur. - Access your content from any PC, Tablet or Smartphone anywhere in the World. Let Clibu simplify your information collection needs, try it today at www.clibu.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clibu Web Clipper |
ID | knecmkkkgnhdklcbegglpmmchkdegjic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clibu-web-clipper/knecmkkkgnhdklcbegglpmmchkdegjic |
คำอธิบาย | Clip Web Page content and save it to Clibu. See www.clibu.com |
ขนาดไฟล์ | 474 KB |
จำนวนการติดตั้ง | 190 |
เวอร์ชันปัจจุบัน | 2.00.21 |
อัปเดตครั้งล่าสุด | 2018-07-13 |
วันที่เผยแพร่ | 2018-07-12 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.clibu.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://help.clibu.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://clibu.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clibu Web Clipper", "short_name": "Clibu Clipper", "version": "2.00.21", "manifest_version": 2, "description": "Clip Web Page content and save it to Clibu. See www.clibu.com", "homepage_url": "http:\/\/www.clibu.com", "icons": { "16": "src\/images\/clibu-16x.png", "32": "src\/images\/clibu-32x.png", "48": "src\/images\/clibu-48x.png", "128": "src\/images\/clibu-128x.png" }, "background": { "page": "src\/html\/background.html" }, "browser_action": { "default_icon": "src\/images\/clibu-32x.png", "default_title": "Clibu Web Clipper", "default_popup": "src\/html\/popup.html" }, "permissions": [ "activeTab", "tabs", "contextMenus", "notifications", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "*.js", "src\/*", "src\/clibu\/*", "src\/clibu\/elibs\/*", "src\/clibu\/shared_cjs\/*", "src\/clibu\/ui\/*", "src\/clibu\/ui\/components\/*", "src\/clibu\/util\/*", "src\/dev\/*", "src\/html\/*", "src\/css\/*", "src\/images\/*", "\/src\/jspm_packages\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |