Export Selective Bookmarks
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
Export Selective Bookmarksคืออะไร?
Export Selective Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aninymous และคุณลักษณะหลักของมันคือ "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export Selective Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย Export Selective Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks. * Expand/Collapse the Bookmark tree by toggling the "Folder" icons * Use the Checkboxes to select/unselect the Folders/Bookmarks * Click on "Export" button at top to export only those bookmarks you selected
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Export Selective Bookmarks |
ID | ahgbiciilcpclcekhegbhofljoolnfei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei |
คำอธิบาย | This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but… |
ขนาดไฟล์ | 349 KB |
จำนวนการติดตั้ง | 11,411 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-06-19 |
วันที่เผยแพร่ | 2019-06-19 |
คะแนน | 4.23/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | aninymous |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Selective Bookmarks", "version": "1.1", "manifest_version": 2, "browser_action": { "default_title": "Export Selective Bookmarks", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png" } } |