ForgetMeNot

ForgetMeNot is a personal trainer for your mind. Ensure the things you learn get stronger with time rather than fade away.

ForgetMeNot란 무엇입니까?

ForgetMeNot은(는) https://fmnbot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ForgetMeNot is a personal trainer for your mind. Ensure the things you learn get stronger with time rather than fade away."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ForgetMeNot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Using spaced repetition, ForgetMeNot will improve your productivity by passively reinforcing the things you learn.

How it works: as you learn new concepts, facts, tricks, processes, best practices, or anything else you don't want to forget, add them to ForgetMeNot. The spaced repetition algorithm will quiz you on what you've learned when you open a new tab or window, reinforcing your knowledge as you browse the web.

Add your knowledge to ForgetMeNot in Q&A format on the fly by clicking the icon in your browser toolbar. You can also import flashcards from less awesome spaced repetition systems like Anki.                    

확장 프로그램 기본 정보

이름 ForgetMeNot ForgetMeNot
ID nncbpjiiekiakcifiiomalecfnipahbj
공식 URL https://chromewebstore.google.com/detail/forgetmenot/nncbpjiiekiakcifiiomalecfnipahbj
설명 ForgetMeNot is a personal trainer for your mind. Ensure the things you learn get stronger with time rather than fade away.
파일 크기 17.52 MB
설치 횟수 73
현재 버전 1.3.5
최근 업데이트 2019-01-26
출시 날짜 2019-01-26
평점 4.33/5 총 6 개의 평점
개발자 https://fmnbot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fmnbot.com
도움말 페이지 URL https://twitter.com/ForgetMeNotSup
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ForgetMeNot",
    "description": "ForgetMeNot is a personal trainer for your mind. Ensure the things you learn get stronger with time rather than fade away.",
    "version": "1.3.5",
    "author": "Evan Hellmuth",
    "commands": {
        "flip-card": {
            "suggested_key": {
                "default": "Alt+Space",
                "mac": "MacCtrl+Space"
            },
            "description": "Flip the card you're reviewing."
        },
        "choose-hard": {
            "suggested_key": {
                "default": "Alt+1",
                "mac": "MacCtrl+1"
            },
            "description": "Rate the card you just reviewed as hard."
        },
        "choose-okay": {
            "suggested_key": {
                "default": "Alt+2",
                "mac": "MacCtrl+2"
            },
            "description": "Rate the card you just reviewed as okay."
        },
        "choose-easy": {
            "suggested_key": {
                "default": "Alt+3",
                "mac": "MacCtrl+3"
            },
            "description": "Rate the card you just reviewed as easy."
        }
    },
    "browser_action": {
        "default_icon": "img\/tab-icon.png",
        "default_title": "ForgetMeNot",
        "default_popup": "html\/browserAction.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "web_accessible_resources": [
        "img\/*",
        "img\/backgrounds\/*"
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "identity",
        "storage",
        "https:\/\/fmnbot.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/cdnjs.cloudflare.com\/ https:\/\/apis.google.com https:\/\/js.honeybadger.io; object-src 'self'",
    "oauth2": {
        "client_id": "396598559538-unte87gpke8t12q9n5ji7o9ji5m9ic3h.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApSy5lb\/UCNHFsyQCx1zINvSyMnKg3\/6oDLCMEJnV7eLAd6H44txrLmOt2O3rNdEQZYx31RsGtQJ235Vj2UyyBHBrFdh+Ix0EChRVh9dvVt6mTA0kqBnLGqpKAOXs1LXlbG9eSvUyfbJwlYFVSQW29FpY2ldyV2tODZ9otEVmV8GwFoPt2R10DvsWYl+7Y8yoE9pM1rmeAzi7T9Tb0N58zx5MZKZCa1QbdlszsBUQ1OTth74m3RC2mWdee\/qye4swodq\/oNOjfni2smfH2mEhW\/U7Qs\/8K6hhCU7KL\/zwHOwAC6e+l1On0zXJUpNnQuOb4vGeLPyCqcndSOEO+\/jW8QIDAQAB"
}