Pearltrees Extension

Pearltrees lets you organize all your interests.

¿Qué es Pearltrees Extension?

Pearltrees Extension es una extensión de Chrome desarrollada por https://www.pearltrees.com, y su función principal es "Pearltrees lets you organize all your interests.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pearltrees Extension

Descarga archivos de extensión Pearltrees Extension 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

                        Pearltrees is a free service that lets you organize, explore and share everything you like. Add web pages, files, photos or notes and organize them naturally. Explore amazing collections that relate to your interests and subscribe to their updates. Access your account anytime and share anything from your computer, mobile and tablet.

Media says: 
"The most elegant and visual way of collecting and sharing online content". The Next Web
"Pearltrees puts a library in your pocket" Digital Trends
"This app makes a wonderful experience navigating the collections" Forbes

Features: 
★ Have everything you like at your fingertips all the time
★ Access your collections from anywhere: desktops, tablets and smartphones
★ Keep everything you like: web pages, files, photos and notes
★ Browse your favorite things blazingly fast
★ Discover interesting stuff in your areas of interest
★ Collaborate on your favorite topics
★ Share all of this!                    

Información Básica de la Extensión

Nombre Pearltrees Extension Pearltrees Extension
ID bgngjfgpahnnncnimlhjgjhdajmaeeoa
URL Oficial https://chromewebstore.google.com/detail/pearltrees-extension/bgngjfgpahnnncnimlhjgjhdajmaeeoa
Descripción Pearltrees lets you organize all your interests.
Tamaño del Archivo 788 KB
Cantidad de Instalaciones 119,093
Versión Actual 8.1.2
Última Actualización 2021-04-22
Fecha de Publicación 2019-01-25
Calificación 4.60/5 Total de 286 Calificaciones
Desarrollador https://www.pearltrees.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.pearltrees.com/
URL de la Página de Política de Privacidad http://www.pearltrees.com/s/info/privacy
Idiomas Soportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pearltrees Extension",
    "description": "__MSG_extDescription__",
    "version": "8.1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "permissions": [
        "*:\/\/www.pearltrees.com\/*",
        "tabs",
        "background",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "image\/chromeButton\/in.png",
        "default_title": "Pearltrees",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.pearltrees.com\/*"
            ],
            "js": [
                "script\/chromeContent.js"
            ]
        }
    ]
}