Anki Chrome
什么是Anki Chrome?
Anki Chrome是由ewnd9 labs开发的Chrome扩展程序,该扩展的主要功能是“”。
下载Anki Chrome扩展crx文件
下载Anki Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | abbmefnhnhibhcncdmflgondiendeaoo |
官方URL | https://chrome.google.com/webstore/detail/anki-chrome/abbmefnhnhibhcncdmflgondiendeaoo |
简介 | |
文件大小 | 80.7 KB |
安装次数 | 11 |
当前版本 | 1.0.0 |
更新时间 | 2015-02-15 |
上架时间 | 2015-02-15 |
开发者 | ewnd9 labs |
付费类型 | free |
支持的语言 | 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" ] } |