WedNov Bookmarks
Personal Bookmark Manager.
WedNov Bookmarksคืออะไร?
WedNov Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.wednov.com และคุณลักษณะหลักของมันคือ "Personal Bookmark Manager."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WedNov Bookmarks
ดาวน์โหลดไฟล์ส่วนขยาย WedNov Bookmarks ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WedNov is an online bookmarking service designed to organize and store your links in one secure place. With an overload of information on the Internet, it has become more and more difficult to keep track of websites and links we find important or interesting. This is where WedNov comes in. We help people save, organize, and share their bookmarks. We make this process easy and simple. Not only is our tool straightforward and user-friendly, it works on all major web browsers, as well as your Android tablets and smartphones. Now with WedNov, you can keep your bookmarks in sync on all your devices. Simple & Fast - Add bookmark to your account with just one click. - Save, edit, and share interesting bookmark with others. Get Organized - Create folders to organize bookmark. - Adding comments can be useful for future reference. Stay Connected - Keep your bookmarks in sync with multiple devices. - Instantly share bookmark via Facebook, Twitter, and more! Learn more about us at: www.wednov.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pigicechghknlgppdipcehmamggfoghe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wednov-bookmarks/pigicechghknlgppdipcehmamggfoghe |
คำอธิบาย | Personal Bookmark Manager. |
ขนาดไฟล์ | 206 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2015-01-27 |
วันที่เผยแพร่ | 2015-01-27 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://www.wednov.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WedNov Bookmarks", "description": "Personal Bookmark Manager.", "version": "1.0.1", "browser_action": { "default_popup": "extension.html", "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "https:\/\/www.wednov.com\/" ], "background": { "persistents": false, "scripts": [ "background.js", "\/static\/js\/jquery-2.1.3.min.js" ], "pages": [ "background.html" ] }, "icons": { "128": "icon128.png" } } |