Paperclips Copilot

Autogenerate flashcards from anything you read on the web (for Anki, Quizlet, and more)

Paperclips Copilot क्या है?

Paperclips Copilot https://paperclips.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Autogenerate flashcards from anything you read on the web (for Anki, Quizlet, and more)"।

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

screenshot
screenshot
screenshot

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

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

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

                        📚 Meet Paperclips Copilot, your indispensable study partner that fits right into your browser! This Chrome extension is built for students like you, turning online study sessions into a breeze by converting any piece of text you find into high-quality flashcards. 🚀

🎩✨ And here's the magic: come across a concept in your course notes or an interesting point on a web page? Just highlight it and click the handy tooltip that pops up. Presto! You've got yourself a flashcard. It's that straightforward. What's more, these flashcards stay organized 📂 and in sync across all tabs, ready for your review at any time. 🔄

🎁 But there's more to Paperclips Copilot. We know that many of you are big fans of platforms like Anki and Quizlet. So we've designed our tool to seamlessly export your flashcards to these and other study platforms. 

🌐 From course notes to blog posts, from research papers to news articles, Paperclips Copilot is here to revolutionize the way you study online. It's more than just remembering facts; it's about making every piece of information you encounter part of your learning journey. 🎯 Make your study more efficient, more engaging, and more enjoyable - one click at a time! 💡                    

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

नाम Paperclips Copilot Paperclips Copilot
ID nhbejfcfmpkkdebhddlibnhlegenafcf
आधिकारिक URL https://chromewebstore.google.com/detail/paperclips-copilot/nhbejfcfmpkkdebhddlibnhlegenafcf
विवरण Autogenerate flashcards from anything you read on the web (for Anki, Quizlet, and more)
फ़ाइल का आकार 2.24 MB
स्थापना संख्या 4,040
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-10-11
प्रकाशन तिथि 2023-06-06
रेटिंग 4.30/5 कुल 23 रेटिंग्स
डेवलपर https://paperclips.app
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.paperclips.app
गोपनीयता नीति पृष्ठ URL https://www.paperclips.app/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paperclips Copilot",
    "description": "Autogenerate flashcards from anything you read on the web (for Anki, Quizlet, and more)",
    "version": "1.0.4",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/clerk.paperclips.app\/*"
    ],
    "icons": {
        "16": "convertedpng.png",
        "48": "convertedpng.png",
        "128": "convertedpng.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "Paperclips Copilot"
    },
    "background": {
        "service_worker": "backgroundScript.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}