Visual Bookmarks with All My Faves

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

Visual Bookmarks with All My Faves란 무엇입니까?

Visual Bookmarks with All My Faves은(는) https://www.allmyfaves.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Visual Bookmarks with All My Faves 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Web is a vast ocean of content, and we’re all interested in different things. The Visual Bookmarks tool is like your own little house on the Web prairie where you add and manage all of your bookmarks under one visual roof.

Say hello to All My Faves, the cross-platform visual bookmarking tool that saves all of your favorites to a single visual venue without interfering your Web browsing. (learn more at: https://allmyfaves.com/user/register).

  Visual Bookmarks perks:
    - Instant bookmarking: Save web pages effortlessly and quickly.
    - Distinctive logos: Each added website is accompanied by its own logo. 
    - Access your bookmarks through one clean visual homepage.
    - Accessible across all your devices.
    - Easy and intuitive access to your favorite websites.

 Welcome to your new homepage, where you can truly make the web your own Try Visual Bookmarks today and embark on a personalized browsing journey!

Learn more about our privacy policy at https://allmyfaves.com/privacy
Visualize your faves with https://allmyfaves.com/                    

확장 프로그램 기본 정보

이름 Visual Bookmarks with All My Faves Visual Bookmarks with All My Faves
ID npklbnjanghgplhmccbfjapmmfdmajkn
공식 URL https://chromewebstore.google.com/detail/visual-bookmarks-with-all/npklbnjanghgplhmccbfjapmmfdmajkn
설명 Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com
파일 크기 53.51 KB
설치 횟수 1,523
현재 버전 2.1
최근 업데이트 2023-07-31
출시 날짜 2018-11-04
평점 4.29/5 총 24 개의 평점
개발자 https://www.allmyfaves.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://allmyfaves.com/user/register
도움말 페이지 URL https://allmyfaves.com/contact
개인정보 보호 정책 페이지 URL https://allmyfaves.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Visual Bookmarks with All My Faves",
    "description": "Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com",
    "version": "2.1",
    "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:\/\/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"
            ]
        }
    ]
}