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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}