Wibki / Your key to the Web
Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com
Wibki / Your key to the Webคืออะไร?
Wibki / Your key to the Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wibki.com และคุณลักษณะหลักของมันคือ "Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wibki / Your key to the Web
ดาวน์โหลดไฟล์ส่วนขยาย Wibki / Your key to the Web ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wibki is a visual bookmarking and discovery service that will change the way you browse the web. Think of Wibki as your own little house on the Web prairie where you have all of your bookmarks under one roof. Wibki is the personalized cross-platform bookmarks tool where you can add and manage all of your favorites in a single visual venue. Our customized platform invites users to create a dynamic, personal visual homepage listing all their favorites in an intuitive and aesthetic manner which is ideal for mobile and tablets. Each favorite will be displayed by its representative logo. Join today at Wibki.com Wibki / Your key to the Web
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wibki / Your key to the Web |
ID | begppnajhhlcipeppengikkbehnjhgfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wibki-your-key-to-the-web/begppnajhhlcipeppengikkbehnjhgfj |
คำอธิบาย | Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com |
ขนาดไฟล์ | 56.58 KB |
จำนวนการติดตั้ง | 1,298 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-08-02 |
วันที่เผยแพร่ | 2018-11-04 |
คะแนน | 4.58/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | https://www.wibki.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wibki.com |
URL หน้าช่วยเหลือ | https://wibki.com/contact |
URL หน้านโยบายความเป็นส่วนตัว | https://allmyfaves.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wibki \/ Your key to the Web", "description": "Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com", "version": "2.0", "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:\/\/wibki.com\/*", "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" ] } ] } |