Pearltrees Extension
Pearltrees lets you organize all your interests.
Qu'est-ce que Pearltrees Extension ?
Pearltrees Extension est une extension Chrome développée par https://www.pearltrees.com, et sa fonction principale est "Pearltrees lets you organize all your interests.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pearltrees Extension
Téléchargez les fichiers d'extension Pearltrees Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Pearltrees Extension |
ID | bgngjfgpahnnncnimlhjgjhdajmaeeoa |
URL Officiel | https://chromewebstore.google.com/detail/pearltrees-extension/bgngjfgpahnnncnimlhjgjhdajmaeeoa |
Description | Pearltrees lets you organize all your interests. |
Taille du Fichier | 788 KB |
Nombre d'Installations | 119,093 |
Version Actuelle | 8.1.2 |
Dernière Mise à Jour | 2021-04-22 |
Date de Publication | 2019-01-25 |
Évaluation | 4.60/5 Total 286 Évaluations |
Développeur | https://www.pearltrees.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.pearltrees.com/ |
URL de la Page de Politique de Confidentialité | http://www.pearltrees.com/s/info/privacy |
Langues Prises en Charge | 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" ] } ] } |