Memento

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

什么是Memento?

Memento是由memento.webapp开发的Chrome扩展程序,该扩展的主要功能是“Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…”。

扩展截图

screenshot
screenshot
screenshot

下载Memento扩展crx文件

下载Memento扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Memento Memento
ID djcdckamihmkfclojigjpccfkgliijgo
官方URL https://chromewebstore.google.com/detail/memento/djcdckamihmkfclojigjpccfkgliijgo
简介 Save your online memories with Memento. The Memento Chrome extension allows you to save and organize URLs with Memento. Simply…
文件大小 92.48 KB
安装次数 51
当前版本 1.3
更新时间 2021-03-02
上架时间 2021-02-16
开发者 memento.webapp
电子邮箱 [email protected]
付费类型 free
扩展官网 https://memento-me.com
支持的语言 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"
    ]
}