Emberly Web Clipper

Use our web clipper to save any website into Emberly

Emberly Web Clipperとは何ですか?

Emberly Web Clipperはhttps://ember.lyによって開発されたChromeの拡張機能で、その主な機能は「Use our web clipper to save any website into Emberly」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Emberly Web Clipper拡張機能のCRXファイルをダウンロード

Emberly Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Emberly is a visual organizational tool for your notes, bookmarks, and files. It works by organizing your life into a mind map.

With this extension you can easily add and edit bookmarks directly into Emberly.

SAVE WITH ONE CLICK
Found an interesting website? Just press the Emberly button on the top right of your browser.

ORGANIZE IMMEDIATELY
Choose where you want to save your web pages. Browse your favorites, or quickly search.

TAG AND RATE
Add tags to remind yourself and ease re-finding. Rate the website to make sure your future self re-visits the best websites first.

WRITE NOTES
Note editor. Write down insights, actions, and summaries directly in the web clipper.                    

拡張機能の基本情報

名前 Emberly Web Clipper Emberly Web Clipper
ID gdepklgalpgnddjcmhfcbpnokpjfkjhj
公式URL https://chromewebstore.google.com/detail/emberly-web-clipper/gdepklgalpgnddjcmhfcbpnokpjfkjhj
説明 Use our web clipper to save any website into Emberly
ファイルサイズ 1.4 MB
インストール数 140
現在のバージョン 0.0.90
最終更新日 2023-05-21
公開日 2020-08-06
評価 5.00/5 合計 4 レビュー
開発者 https://ember.ly
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ember.ly
ヘルプページのURL https://blog.ember.ly/tag/getting-started/
プライバシーポリシーページのURL https://ember.ly/privacy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emberly Web Clipper",
    "version": "0.0.90",
    "manifest_version": 2,
    "description": "Use our web clipper to save any website into Emberly",
    "icons": {
        "180": "logo-180.png",
        "128": "logo-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo-180.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlTUULhx7jjoIHV\/vc\/CPfq\/f0H08dspYa5LVaHk84d2w6C\/6yeslSrPW8qCrPbndlfC0wx6+gkqi8D6Lo+BE9hh69Ed9FV8G+72GtkcwQvE4ZIEsy15uIabgd+a0VjhIXFX0HDGM3cl2YmqdSuHq0Hh12RwXeGgamqHqYzegdRL70vb3kCx\/D0VVqvjU8LGRQyxx5E80a3x3UHGS4EfvUlTqCR4M4q30kCYwtUeFDRU8CnAG5RWSD6d+O+ecaOAnEKvkoznOUgk2q8qMoFgjUJJfixjesOuDBcq\/EHbMN0qsx+w9fIUwxkUcGTDVfgpsniBAo\/gpBT8dzQG55lR\/LQIDAQAB"
}