Emberly Web Clipper

Use our web clipper to save any website into Emberly

What is Emberly Web Clipper?

Emberly Web Clipper is a Chrome extension developed by https://ember.ly, and its main feature is "Use our web clipper to save any website into Emberly".

Extension Screenshots

screenshot
screenshot
screenshot

Download Emberly Web Clipper Extension CRX File

Download Emberly Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Emberly Web Clipper Emberly Web Clipper
ID gdepklgalpgnddjcmhfcbpnokpjfkjhj
Official URL https://chromewebstore.google.com/detail/emberly-web-clipper/gdepklgalpgnddjcmhfcbpnokpjfkjhj
Description Use our web clipper to save any website into Emberly
File Size 1.4 MB
Installation Count 140
Current Version 0.0.90
Last Updated 2023-05-21
Publish Date 2020-08-06
Rating 5.00/5 Total 4 Ratings
Developer https://ember.ly
Email [email protected]
Payment Type free
Extension Website https://ember.ly
Help Page URL https://blog.ember.ly/tag/getting-started/
Privacy Policy Page URL https://ember.ly/privacy.html
Supported Languages 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"
}