Pearltrees Extension

Pearltrees lets you organize all your interests.

Cos'è Pearltrees Extension?

Pearltrees Extension è un'estensione di Chrome sviluppata da https://www.pearltrees.com, e la sua funzione principale è "Pearltrees lets you organize all your interests.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Pearltrees Extension

Scarica i file di estensione Pearltrees Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Pearltrees Extension Pearltrees Extension
ID bgngjfgpahnnncnimlhjgjhdajmaeeoa
URL Ufficiale https://chromewebstore.google.com/detail/pearltrees-extension/bgngjfgpahnnncnimlhjgjhdajmaeeoa
Descrizione Pearltrees lets you organize all your interests.
Dimensione del File 788 KB
Conteggio Installazioni 119,093
Versione Corrente 8.1.2
Ultimo Aggiornamento 2021-04-22
Data di Pubblicazione 2019-01-25
Valutazione 4.60/5 Totale 286 Valutazioni
Sviluppatore https://www.pearltrees.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.pearltrees.com/
URL della Pagina della Politica sulla Privacy http://www.pearltrees.com/s/info/privacy
Lingue Supportate 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"
            ]
        }
    ]
}