Contextmenu Bookmark Link
Adds links to bookmarks via the contextmenu.
Contextmenu Bookmark Linkคืออะไร?
Contextmenu Bookmark Link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย auzwang และคุณลักษณะหลักของมันคือ "Adds links to bookmarks via the contextmenu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Contextmenu Bookmark Link
ดาวน์โหลดไฟล์ส่วนขยาย Contextmenu Bookmark Link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a simple "Bookmark link" entry to Chrome's context-menu (right-click menu), reminiscent of the Firefox functionality. Bookmarked links will be saved to Chrome's Other Bookmarks folder.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Contextmenu Bookmark Link |
ID | oojdfdpcddiefnhfhiblmhgjgmafkhkm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/contextmenu-bookmark-link/oojdfdpcddiefnhfhiblmhgjgmafkhkm |
คำอธิบาย | Adds links to bookmarks via the contextmenu. |
ขนาดไฟล์ | 6.44 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2013-12-23 |
วันที่เผยแพร่ | 2013-12-22 |
คะแนน | 2.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | auzwang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Contextmenu Bookmark Link", "version": "0.2", "description": "Adds links to bookmarks via the contextmenu.", "author": "Zhe Wang", "background": { "scripts": [ "bookmarklink.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "bookmarks" ] } |