Pearltrees Extension

Pearltrees lets you organize all your interests.

Co to jest Pearltrees Extension?

Pearltrees Extension to rozszerzenie Chrome opracowane przez https://www.pearltrees.com, a jego główną funkcją jest „Pearltrees lets you organize all your interests.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pearltrees Extension

Pobierz pliki rozszerzeń Pearltrees Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Pearltrees Extension Pearltrees Extension
ID bgngjfgpahnnncnimlhjgjhdajmaeeoa
Oficjalny URL https://chromewebstore.google.com/detail/pearltrees-extension/bgngjfgpahnnncnimlhjgjhdajmaeeoa
Opis Pearltrees lets you organize all your interests.
Rozmiar pliku 788 KB
Liczba instalacji 119,093
Aktualna Wersja 8.1.2
Ostatnia Aktualizacja 2021-04-22
Data Publikacji 2019-01-25
Ocena 4.60/5 Łącznie 286 Oceny
Deweloper https://www.pearltrees.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.pearltrees.com/
Adres URL Strony Polityki Prywatności http://www.pearltrees.com/s/info/privacy
Obsługiwane Języki 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"
            ]
        }
    ]
}