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文件

下载Visual Bookmarks with All My Faves扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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