Wibki / Your key to the Web
Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com
Hvad er Wibki / Your key to the Web?
Wibki / Your key to the Web er en Chrome-udvidelse udviklet af https://www.wibki.com, og dens hovedfunktion er "Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com".
Udvidelsesskærmbilleder
Download Wibki / Your key to the Web-udvidelses-CRX-fil
Download Wibki / Your key to the Web-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Wibki / Your key to the Web |
ID | begppnajhhlcipeppengikkbehnjhgfj |
Officiel URL | https://chromewebstore.google.com/detail/wibki-your-key-to-the-web/begppnajhhlcipeppengikkbehnjhgfj |
Beskrivelse | Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com |
Filstørrelse | 56.58 KB |
Antal Installationer | 1,298 |
Nuværende Version | 2.0 |
Senest Opdateret | 2023-08-02 |
Udgivelsesdato | 2018-11-04 |
Bedømmelse | 4.58/5 Samlet 19 Bedømmelser |
Udvikler | https://www.wibki.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.wibki.com |
Hjælpeside-URL | https://wibki.com/contact |
URL til Fortrolighedspolitik Side | https://allmyfaves.com/privacy |
Understøttede Sprog | 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" ] } ] } |