WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Rememberry - Translate and Memorize with Flashcards

Rememberry - Translate and Memorize with Flashcards

View on Chrome Web Store
View Rememberry - Translate and Memorize with Flashcards Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (916 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Translate words while browsing and turn them into spaced repetition flashcards to build foreign language vocabulary.
Type
Extension
Users
100,000 users
rememberry
View author page of rememberry
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 9, 2017
Version 1.0.7
Manifest version
3
Updated
Updated on October 15, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Rememberry - Translate and Memorize with Flashcards Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "__MSG_ext_author__",
    "name": "__MSG_ext_name__",
    "short_name": "Rememberry",
    "version": "1.0.7",
    "minimum_chrome_version": "102",
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "offline_enabled": true,
    "background": {
        "service_worker": "js\/service-worker.rb.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_title": "Rememberry"
    },
    "options_ui": {
        "page": "html\/main.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "ico\/card16.png",
        "32": "ico\/card32.png",
        "48": "ico\/card48.png",
        "128": "ico\/card128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "scripting",
        "unlimitedStorage",
        "tabs",
        "contextMenus",
        "notifications",
        "webNavigation"
    ],
    "optional_permissions": [
        "downloads",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src * data:; script-src 'self'; frame-src 'self'; style-src * 'unsafe-inline'; media-src 'self'; img-src * 'self' data:;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "html\/auth.html",
                "html\/payment.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top