Anki Chrome
Wat is Anki Chrome?
Anki Chrome is een Chrome-extensie ontwikkeld door ewnd9 labs, en de belangrijkste functie is "".
Download het CRX-bestand van de extensie Anki Chrome
Download Anki Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | ![]() |
ID | abbmefnhnhibhcncdmflgondiendeaoo |
Officiële URL | https://chrome.google.com/webstore/detail/anki-chrome/abbmefnhnhibhcncdmflgondiendeaoo |
Beschrijving | |
Bestandsgrootte | 80.7 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2015-02-15 |
Publicatiedatum | 2015-02-15 |
Ontwikkelaar | ewnd9 labs |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anki Chrome", "version": "1.0.0", "manifest_version": 2, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ], "css": [ "styles\/main.css" ] }, { "js": [ "scripts\/ankiweb.js" ], "matches": [ "https:\/\/ankiweb.net\/edit\/" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "scripts\/vendors\/jquery\/dist\/jquery.min.map" ] } |