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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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