Anki Sentence Miner

Instantly make Anki cards with AnkiConnect by highlighting over sentences.

Anki Sentence Miner क्या है?

Anki Sentence Miner asahiouda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly make Anki cards with AnkiConnect by highlighting over sentences."।

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

screenshot
screenshot
screenshot

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

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

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

                        If you read books in Chrome and are tired of copying and pasting sentences into Anki for future study, then use Anki Sentence Miner to quickly add sentences and keep reading. Make sure AnkiConnect is downloaded first for this extension to work. Download AnkiConnect here: https://ankiweb.net/shared/info/2055492159 or install with the add-on number 2055492159.

After downloading, simply select in the popup which deck, model, and field you'd like to use for the added sentences. Then, after highlighting over the desired sentence to add, hit Command+Shift+A in macOS or Ctrl+Shift+A in any other OS.                    

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

नाम Anki Sentence Miner Anki Sentence Miner
ID adbkoekamklojimmloclhopinfbhmnid
आधिकारिक URL https://chrome.google.com/webstore/detail/anki-sentence-miner/adbkoekamklojimmloclhopinfbhmnid
विवरण Instantly make Anki cards with AnkiConnect by highlighting over sentences.
फ़ाइल का आकार 168 KB
स्थापना संख्या 266
वर्तमान संस्करण 0.1
अंतिम अपडेट 2019-03-24
प्रकाशन तिथि 2019-03-24
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर asahiouda
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anki Sentence Miner",
    "version": "0.1",
    "description": "Instantly make Anki cards with AnkiConnect by highlighting over sentences.",
    "icons": {
        "16": "anki_symbol.png",
        "48": "anki_symbol.png",
        "128": "anki_symbol.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "makeCard": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Add a note of the highlighted text to Anki."
        }
    },
    "browser_action": {
        "default_icon": {
            "19": "anki_symbol.png",
            "38": "anki_symbol.png"
        },
        "default_title": "Anki Sentence Miner",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}