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
公式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
Eメール [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"
            ]
        }
    ]
}