Pearltrees Extension
Pearltrees lets you organize all your interests.
Pearltrees Extension란 무엇입니까?
Pearltrees Extension은(는) https://www.pearltrees.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pearltrees lets you organize all your interests."입니다.
확장 프로그램 스크린샷
Pearltrees Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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!
확장 프로그램 기본 정보
이름 | Pearltrees Extension |
ID | bgngjfgpahnnncnimlhjgjhdajmaeeoa |
공식 URL | https://chromewebstore.google.com/detail/pearltrees-extension/bgngjfgpahnnncnimlhjgjhdajmaeeoa |
설명 | Pearltrees lets you organize all your interests. |
파일 크기 | 788 KB |
설치 횟수 | 119,093 |
현재 버전 | 8.1.2 |
최근 업데이트 | 2021-04-22 |
출시 날짜 | 2019-01-25 |
평점 | 4.60/5 총 286 개의 평점 |
개발자 | https://www.pearltrees.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.pearltrees.com/ |
개인정보 보호 정책 페이지 URL | http://www.pearltrees.com/s/info/privacy |
지원되는 언어 | 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" ] } ] } |