Anki Chrome

What is Anki Chrome?

Anki Chrome is a Chrome extension developed by ewnd9 labs, and its main feature is "".

Download Anki Chrome Extension CRX File

Download Anki Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Anki Chrome Anki Chrome
ID abbmefnhnhibhcncdmflgondiendeaoo
Official URL https://chrome.google.com/webstore/detail/anki-chrome/abbmefnhnhibhcncdmflgondiendeaoo
Description
File Size 80.7 KB
Installation Count 11
Current Version 1.0.0
Last Updated 2015-02-15
Publish Date 2015-02-15
Developer ewnd9 labs
Payment Type free
Supported Languages 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"
    ]
}