Wibki / Your key to the Web

Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com

Vad är Wibki / Your key to the Web?

Wibki / Your key to the Web är en Chrome-tillägg utvecklad av https://www.wibki.com, och dess huvudfunktion är "Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Wibki / Your key to the Web-förlängningens CRX-fil

Ladda ner Wibki / Your key to the Web-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Wibki / Your key to the Web Wibki / Your key to the Web
ID begppnajhhlcipeppengikkbehnjhgfj
Officiell webbadress https://chromewebstore.google.com/detail/wibki-your-key-to-the-web/begppnajhhlcipeppengikkbehnjhgfj
Beskrivning Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com
Filstorlek 56.58 KB
Antal Installationer 1,298
Aktuell Version 2.0
Senast Uppdaterad 2023-08-02
Publiceringsdatum 2018-11-04
Betyg 4.58/5 Totalt 19 Betyg
Utvecklare https://www.wibki.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.wibki.com
Hjälpsida URL https://wibki.com/contact
URL till Sekretesspolicy Sidan https://allmyfaves.com/privacy
Stödda Språk 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"
            ]
        }
    ]
}