Wibki / Your key to the Web

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

O que é Wibki / Your key to the Web?

Wibki / Your key to the Web é uma extensão do Chrome desenvolvida por https://www.wibki.com, e sua principal característica é "Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wibki / Your key to the Web

Baixe arquivos de extensão Wibki / Your key to the Web no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Wibki / Your key to the Web Wibki / Your key to the Web
ID begppnajhhlcipeppengikkbehnjhgfj
URL Oficial https://chromewebstore.google.com/detail/wibki-your-key-to-the-web/begppnajhhlcipeppengikkbehnjhgfj
Descrição Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com
Tamanho do Arquivo 56.58 KB
Contagem de Instalações 1,298
Versão Atual 2.0
Última Atualização 2023-08-02
Data de Publicação 2018-11-04
Classificação 4.58/5 Total de 19 Avaliações
Desenvolvedor https://www.wibki.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wibki.com
URL da Página de Ajuda https://wibki.com/contact
URL da Página de Política de Privacidade https://allmyfaves.com/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}