Wibki / Your key to the Web

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

Co je Wibki / Your key to the Web?

Wibki / Your key to the Web je rozšíření Chrome vyvinuté https://www.wibki.com, a jeho hlavní funkcí je „Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wibki / Your key to the Web

Stáhněte si soubory rozšíření Wibki / Your key to the Web ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wibki / Your key to the Web Wibki / Your key to the Web
ID begppnajhhlcipeppengikkbehnjhgfj
Oficiální URL https://chromewebstore.google.com/detail/wibki-your-key-to-the-web/begppnajhhlcipeppengikkbehnjhgfj
Popis Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com
Velikost souboru 56.58 KB
Počet instalací 1,298
Aktuální Verze 2.0
Poslední Aktualizace 2023-08-02
Datum Vydání 2018-11-04
Hodnocení 4.58/5 Celkem 19 Hodnocení
Vývojář https://www.wibki.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.wibki.com
URL Stránky Nápovědy https://wibki.com/contact
URL Stránky Zásad Ochrany Soukromí https://allmyfaves.com/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}