Ruzu Anki pop-ups
Chrome extension that periodically presents Anki cards via notifications
Ruzu Anki pop-ups क्या है?
Ruzu Anki pop-ups Ruzu Studios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that periodically presents Anki cards via notifications"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ruzu Anki pop-ups एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ID | mpjdjilfcgmndfnailloidpemknemeno |
आधिकारिक URL | 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" ] } |