Memento

Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…

What is Memento?

Memento is a Chrome extension developed by memento.webapp, and its main feature is "Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Memento Extension CRX File

Download Memento 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

                        Save your online memories with Memento.

The Memento Chrome extension allows you to save and organize URLs with Memento. Simply open the extension in the page you want to save and add it to your personal database. These memories will be synced across all devices connected to your Memento account.

Memento uses powerful APIs to automatically categorize and organize your URLs so it's easy to search for them later on.

Please make sure to first create a Memento account here (https://memento-me.com/) to utilize the extension.                    

Extension Basic Information

Name Memento Memento
ID djcdckamihmkfclojigjpccfkgliijgo
Official URL https://chromewebstore.google.com/detail/memento/djcdckamihmkfclojigjpccfkgliijgo
Description Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…
File Size 92.48 KB
Installation Count 51
Current Version 1.3
Last Updated 2021-03-02
Publish Date 2021-02-16
Developer memento.webapp
Email [email protected]
Payment Type free
Extension Website https://memento-me.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memento",
    "version": "1.3",
    "icons": {
        "16": ".\/assets\/memento-chrome-extension.png",
        "48": ".\/assets\/memento-chrome-extension.png",
        "128": ".\/assets\/memento-chrome-extension.png"
    },
    "browser_action": {
        "default_title": "Memento",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ]
}