Pau | Bookmark Manager

Organize your bookmarks fast and easy with Pau bookmark manager

¿Qué es Pau | Bookmark Manager?

Pau | Bookmark Manager es una extensión de Chrome desarrollada por https://pauapp.com, y su función principal es "Organize your bookmarks fast and easy with Pau bookmark manager".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pau | Bookmark Manager

Descarga archivos de extensión Pau | Bookmark Manager 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

                        A powerful browser extension to boots your productivity on your day-to-day, it's the easiest way to save, access, organize and manage your most used links and bookmarks

"Save it once, use it forever"

Learn more: https://pauapp.com/

______________________________________________

Group your bookmarks by collections
Create collections by context to stay organized. - set it once and forget about it.

Multiple Layouts
Customize the layout to make it work the way you want it to. - take advantage from each one.

Share Collections
Share your collection easily with your team/clients. - it's like givint them the whole context

Use the theme that fits you
Choose the best theme that better fits your personality. - try out the featured ones!
Check out trending themes in here: https://www.pauapp.com/themes                    

Información Básica de la Extensión

Nombre Pau | Bookmark Manager Pau | Bookmark Manager
ID oiblkeiiodficdoblmjihonngeejcmbo
URL Oficial https://chromewebstore.google.com/detail/pau-bookmark-manager/oiblkeiiodficdoblmjihonngeejcmbo
Descripción Organize your bookmarks fast and easy with Pau bookmark manager
Tamaño del Archivo 8.25 MB
Cantidad de Instalaciones 184
Versión Actual 3.4.0
Última Actualización 2022-09-15
Fecha de Publicación 2020-06-15
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://pauapp.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.pauapp.com/
URL de la Página de Ayuda https://www.pauapp.com/privacy-plolicy/
URL de la Página de Política de Privacidad https://www.pauapp.com/privacy-plolicy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pau | Bookmark Manager",
    "description": "Organize your bookmarks fast and easy with Pau bookmark manager",
    "version": "3.4.0",
    "manifest_version": 3,
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": "logo.png",
        "default_title": "Open Pau popup",
        "default_popup": "index.html?popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.pauapp.com\/collections*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScriptCss.css"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}