Visual Bookmarks with All My Faves
Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com
Visual Bookmarks with All My Favesคืออะไร?
Visual Bookmarks with All My Faves เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.allmyfaves.com และคุณลักษณะหลักของมันคือ "Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Bookmarks with All My Faves
ดาวน์โหลดไฟล์ส่วนขยาย Visual Bookmarks with All My Faves ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Web is a vast ocean of content, and we’re all interested in different things. The Visual Bookmarks tool is like your own little house on the Web prairie where you add and manage all of your bookmarks under one visual roof. Say hello to All My Faves, the cross-platform visual bookmarking tool that saves all of your favorites to a single visual venue without interfering your Web browsing. (learn more at: https://allmyfaves.com/user/register). Visual Bookmarks perks: - Instant bookmarking: Save web pages effortlessly and quickly. - Distinctive logos: Each added website is accompanied by its own logo. - Access your bookmarks through one clean visual homepage. - Accessible across all your devices. - Easy and intuitive access to your favorite websites. Welcome to your new homepage, where you can truly make the web your own Try Visual Bookmarks today and embark on a personalized browsing journey! Learn more about our privacy policy at https://allmyfaves.com/privacy Visualize your faves with https://allmyfaves.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Visual Bookmarks with All My Faves |
ID | npklbnjanghgplhmccbfjapmmfdmajkn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/visual-bookmarks-with-all/npklbnjanghgplhmccbfjapmmfdmajkn |
คำอธิบาย | Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com |
ขนาดไฟล์ | 53.51 KB |
จำนวนการติดตั้ง | 1,523 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2023-07-31 |
วันที่เผยแพร่ | 2018-11-04 |
คะแนน | 4.29/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://www.allmyfaves.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://allmyfaves.com/user/register |
URL หน้าช่วยเหลือ | https://allmyfaves.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://allmyfaves.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Visual Bookmarks with All My Faves", "description": "Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com", "version": "2.1", "permissions": [ "tabs", "storage", "activeTab", "scripting", "notifications" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "images\/icon.png" }, "action": { "default_popup": "popup.html", "default_icons": { "128": "images\/icon.png" } }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/allmyfaves.com\/*", "https:\/\/allmyfaves.ca\/*", "https:\/\/allmyfaves.co.in\/*", "https:\/\/allmyfaves.co.uk\/*", "https:\/\/allmyfaves.fr\/*", "https:\/\/allmyfaves.it\/*", "https:\/\/au.allmyfaves.com\/*" ], "js": [ "login\/index.js" ] } ] } |