Emberly Web Clipper

Use our web clipper to save any website into Emberly

Qu'est-ce que Emberly Web Clipper ?

Emberly Web Clipper est une extension Chrome développée par https://ember.ly, et sa fonction principale est "Use our web clipper to save any website into Emberly".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Emberly Web Clipper

Téléchargez les fichiers d'extension Emberly Web Clipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Emberly Web Clipper Emberly Web Clipper
ID gdepklgalpgnddjcmhfcbpnokpjfkjhj
URL Officiel https://chromewebstore.google.com/detail/emberly-web-clipper/gdepklgalpgnddjcmhfcbpnokpjfkjhj
Description Use our web clipper to save any website into Emberly
Taille du Fichier 1.4 MB
Nombre d'Installations 140
Version Actuelle 0.0.90
Dernière Mise à Jour 2023-05-21
Date de Publication 2020-08-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://ember.ly
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ember.ly
URL de la Page d'Aide https://blog.ember.ly/tag/getting-started/
URL de la Page de Politique de Confidentialité https://ember.ly/privacy.html
Langues Prises en Charge 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"
}