Visual Bookmarks with All My Faves

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

¿Qué es Visual Bookmarks with All My Faves?

Visual Bookmarks with All My Faves es una extensión de Chrome desarrollada por https://www.allmyfaves.com, y su función principal es "Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Visual Bookmarks with All My Faves

Descarga archivos de extensión Visual Bookmarks with All My Faves en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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/                    

Información Básica de la Extensión

Nombre Visual Bookmarks with All My Faves Visual Bookmarks with All My Faves
ID npklbnjanghgplhmccbfjapmmfdmajkn
URL Oficial https://chromewebstore.google.com/detail/visual-bookmarks-with-all/npklbnjanghgplhmccbfjapmmfdmajkn
Descripción Visualize your bookmarks and access them from anywhere. Visualize your web on allmyfaves.com
Tamaño del Archivo 53.51 KB
Cantidad de Instalaciones 1,523
Versión Actual 2.1
Última Actualización 2023-07-31
Fecha de Publicación 2018-11-04
Calificación 4.29/5 Total de 24 Calificaciones
Desarrollador https://www.allmyfaves.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://allmyfaves.com/user/register
URL de la Página de Ayuda https://allmyfaves.com/contact
URL de la Página de Política de Privacidad https://allmyfaves.com/privacy
Idiomas Soportados 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"
            ]
        }
    ]
}