Animebook Anki Export

Anki integration for animebook.github.io

Animebook Anki Export क्या है?

Animebook Anki Export Animebook द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Anki integration for animebook.github.io"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Animebook Anki Export एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Enhance animebook.github.io to automatically export screenshots, audio, and subtitles into your Anki deck. While watching a show, use an extension like Yomichan to add new words you encounter into Anki, and then add context using Animebook Anki Export.

https://github.com/animebook/animebook.github.io/                    

एक्सटेंशन की मूल जानकारी

नाम Animebook Anki Export Animebook Anki Export
ID ohcbgkombhgcbjcikjlgdmjkpibafppa
आधिकारिक URL https://chromewebstore.google.com/detail/animebook-anki-export/ohcbgkombhgcbjcikjlgdmjkpibafppa
विवरण Anki integration for animebook.github.io
फ़ाइल का आकार 10.22 MB
स्थापना संख्या 1,211
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2023-01-24
प्रकाशन तिथि 2021-02-03
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर Animebook
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://animebook.github.io
सहायता पृष्ठ URL https://github.com/animebook/animebook.github.io
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Animebook Anki Export",
    "version": "1.1.2",
    "description": "Anki integration for animebook.github.io",
    "author": "Animebook",
    "icons": {
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "19": "img\/icon19.png",
            "32": "img\/icon32.png",
            "38": "img\/icon38.png",
            "48": "img\/icon48.png",
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Animebook Anki Export",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "*:\/\/*.animebook.github.io\/*",
                "*:\/\/*\/animebook.*",
                "*:\/\/*\/animebook"
            ],
            "js": [
                "fg\/event_channel.js",
                "fg\/toast.js",
                "fg\/audio_player.js",
                "fg\/caption_utils.js",
                "fg\/icons.js",
                "fg\/selection_highlighter.js",
                "fg\/card_creator.js",
                "fg\/frontend.js"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "minimum_chrome_version": "88.0.0.0",
    "options_page": "bg\/settings.html",
    "options_ui": {
        "page": "bg\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [],
    "commands": [],
    "web_accessible_resources": [
        {
            "resources": [
                "bg\/background.html",
                "fg\/frontend.css"
            ],
            "matches": [
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; connect-src http: https:\/\/*.forvo.com https:\/\/forvo.com; default-src 'self'"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    }
}