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是由https://www.wibki.com开发的Chrome扩展程序,该扩展的主要功能是“Visualize your bookmarks and access them from anywhere. Visualize your web on wibki.com”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Wibki / Your key to the Web扩展crx文件

下载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 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"
            ]
        }
    ]
}