Pearltrees Extension
Pearltrees lets you organize all your interests.
Wat is Pearltrees Extension?
Pearltrees Extension is een Chrome-extensie ontwikkeld door https://www.pearltrees.com, en de belangrijkste functie is "Pearltrees lets you organize all your interests.".
Extensie Screenshots
Download het CRX-bestand van de extensie Pearltrees Extension
Download Pearltrees Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Pearltrees Extension |
ID | bgngjfgpahnnncnimlhjgjhdajmaeeoa |
Officiële URL | https://chromewebstore.google.com/detail/pearltrees-extension/bgngjfgpahnnncnimlhjgjhdajmaeeoa |
Beschrijving | Pearltrees lets you organize all your interests. |
Bestandsgrootte | 788 KB |
Aantal Installaties | 119,093 |
Huidige Versie | 8.1.2 |
Laatst Bijgewerkt | 2021-04-22 |
Publicatiedatum | 2019-01-25 |
Beoordeling | 4.60/5 Totaal 286 Beoordelingen |
Ontwikkelaar | https://www.pearltrees.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.pearltrees.com/ |
URL van de Privacybeleid Pagina | http://www.pearltrees.com/s/info/privacy |
Ondersteunde Talen | 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" ] } ] } |