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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Pearltrees Extension擴展crx文件

下載Pearltrees Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Pearltrees Extension
ID bgngjfgpahnnncnimlhjgjhdajmaeeoa
官方網址 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"
            ]
        }
    ]
}