Memento

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

Vad är Memento?

Memento är en Chrome-tillägg utvecklad av memento.webapp, och dess huvudfunktion är "Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Memento-förlängningens CRX-fil

Ladda ner Memento-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Memento Memento
ID djcdckamihmkfclojigjpccfkgliijgo
Officiell webbadress https://chromewebstore.google.com/detail/memento/djcdckamihmkfclojigjpccfkgliijgo
Beskrivning Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…
Filstorlek 92.48 KB
Antal Installationer 51
Aktuell Version 1.3
Senast Uppdaterad 2021-03-02
Publiceringsdatum 2021-02-16
Utvecklare memento.webapp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://memento-me.com
Stödda Språk 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"
    ]
}