Ruzu Anki pop-ups

Chrome extension that periodically presents Anki cards via notifications

什麼是Ruzu Anki pop-ups?

Ruzu Anki pop-ups是由Ruzu Studios開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension that periodically presents Anki cards via notifications”。

擴展截圖

screenshot
screenshot
screenshot

下載Ruzu Anki pop-ups擴展crx文件

下載Ruzu Anki pop-ups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This Chrome extension allows you to review Anki decks whilst working on other important tasks by harnessing the power of desktop notifications! Cards from your chosen deck will periodically pop up for you to review.

Features include:
- Deck select
- Set how often cards pop up (every 5 mins, 10 mins etc)
- Turn on and off with the flick of a switch
- Check the status of the app with a glance (pop-ups enabled/disabled etc)
- Shortcuts to enable / disable pop-ups or show the next card early
- Currently supports text based Anki decks and models only.
- Configure how card fields are displayed for each model.                    

擴展基本資訊

名稱 Ruzu Anki pop-ups Ruzu Anki pop-ups
ID mpjdjilfcgmndfnailloidpemknemeno
官方網址 https://chromewebstore.google.com/detail/ruzu-anki-pop-ups/mpjdjilfcgmndfnailloidpemknemeno
簡介 Chrome extension that periodically presents Anki cards via notifications
檔案大小 274 KB
安裝次數 528
目前版本 2.0.1
更新時間 2020-11-03
上架時間 2018-05-30
評分 4.25/5 共 8 次評分
開發者 Ruzu Studios
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "idle",
        "background",
        "contextMenus",
        "http:\/\/localhost\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "commands": {
        "ruzu-toggle-enabled": {
            "suggested_key": {
                "default": "Ctrl+Shift+1"
            },
            "description": "Enable \/ Disable test notifications",
            "global": true
        },
        "ruzu-show-next-question": {
            "suggested_key": {
                "default": "Ctrl+Shift+2"
            },
            "description": "Show next question",
            "global": true
        }
    },
    "web_accessible_resources": [
        "images\/icon48.png"
    ]
}