Symbaloo Bookmarker
Easily save the website you are visiting and organize all your bookmarks in a personalized and safe online environment
Symbaloo Bookmarkerคืออะไร?
Symbaloo Bookmarker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.symbaloo.com และคุณลักษณะหลักของมันคือ "Easily save the website you are visiting and organize all your bookmarks in a personalized and safe online environment"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Symbaloo Bookmarker
ดาวน์โหลดไฟล์ส่วนขยาย Symbaloo Bookmarker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save, organize and share all your bookmarks in a personalized and safe online environment. Make your online life easier by keeping all your favorite websites organized together in one place and accessible at any time, on any device. With the Symbaloo Bookmarker you can easily add the website you are visiting to your Symbaloo account by just clicking the extension button that appears on your browser. The Symbaloo Bookmarker connects directly to your Personal Symbaloo account, where they are stored safely for later use. New in the latest versions of the extension is bookmarking any link on a website with a right-click. This will open a contextMenu giving the option to select where you want to store the Bookmark.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Symbaloo Bookmarker |
ID | cnjfgbikbkcmickdalamlmpmkhmbollm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/symbaloo-bookmarker/cnjfgbikbkcmickdalamlmpmkhmbollm |
คำอธิบาย | Easily save the website you are visiting and organize all your bookmarks in a personalized and safe online environment |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 32,885 |
เวอร์ชันปัจจุบัน | 1.0.17 |
อัปเดตครั้งล่าสุด | 2021-12-16 |
วันที่เผยแพร่ | 2020-07-25 |
คะแนน | 4.17/5 รวมทั้งหมด 101 คะแนน |
ผู้พัฒนา | https://www.symbaloo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.symbaloo.com |
URL หน้าช่วยเหลือ | https://en.help.symbaloo.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://blog.symbaloo.com/disclaimer/disclaimer_us.html |
ภาษาที่รองรับ | en,nl,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.17", "icons": { "32": "assets\/icons\/logo32.png", "48": "assets\/icons\/logo48.png", "96": "assets\/icons\/logo96.png", "128": "assets\/icons\/logo128.png" }, "permissions": [ "activeTab", "contextMenus", "identity", "https:\/\/www.symbaloo.com\/*" ], "browser_action": { "default_title": "Symbaloo Bookmarker", "default_icon": "assets\/icons\/logo128.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'" } |