QuizCards: World Capitals
Use these interactive browser-based flash cards to easily learn the world capitals.
Vad är QuizCards: World Capitals?
QuizCards: World Capitals är en Chrome-tillägg utvecklad av https://www.quizcards.info, och dess huvudfunktion är "Use these interactive browser-based flash cards to easily learn the world capitals.".
Tilläggsskärmbilder
Ladda ner QuizCards: World Capitals-förlängningens CRX-fil
Ladda ner QuizCards: World Capitals-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension puts a icon on your browser bar and whenever you click that icon, you're presented with a question about the capitals of the world. It remembers what you answer correctly and incorrectly, and uses those statistics to figure out what cards to show you more often. A fun and educational way to learn geography while waiting for websites to load. :)
Grundläggande Information om Tillägg
Namn | |
ID | nikenaeclebghemphbkfedjndafkfjan |
Officiell webbadress | https://chromewebstore.google.com/detail/quizcards-world-capitals/nikenaeclebghemphbkfedjndafkfjan |
Beskrivning | Use these interactive browser-based flash cards to easily learn the world capitals. |
Filstorlek | 2.25 MB |
Antal Installationer | 276 |
Aktuell Version | 3.0.0 |
Senast Uppdaterad | 2022-07-13 |
Publiceringsdatum | 2013-06-15 |
Betyg | 4.11/5 Totalt 9 Betyg |
Utvecklare | https://www.quizcards.info |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/pamelafox/chrome-cards |
Hjälpsida URL | https://github.com/pamelafox/chrome-cards/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuizCards: World Capitals", "version": "3.0.0", "manifest_version": 3, "description": "Use these interactive browser-based flash cards to easily learn the world capitals.", "permissions": [ "storage", "alarms" ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_title": "Show the next flash card!", "default_icon": "browser_icon.png", "default_popup": "popup.html" } } |