Collage - Debate Card Cutter and Library

What separates a good debater from a great debater is Collage.

ما هو Collage - Debate Card Cutter and Library؟

Collage - Debate Card Cutter and Library هو إضافة Chrome تم تطويرها بواسطة formalj89، والميزة الرئيسية لها هي "What separates a good debater from a great debater is Collage.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Collage - Debate Card Cutter and Library

قم بتنزيل ملفات الامتداد Collage - Debate Card Cutter and Library بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Back in 2019, I looked around to find a program that could easily cut and store cards for competitive high school debate to no avail. I found programs - for sure - but none of them did exactly what I wanted them to do. I couldn't easily organize my evidence and I couldn't search through it to find what I needed. 

If you're anything like me, this must sound familiar. But here's the good news: when you want it done right, you do it yourself, and that's exactly what I did.

Introducing Collage, the all-in-one evidence creator and storage system that will make your life so much easier. 

But wait? Isn't there tons of other card cutters out there? Why should I use Collage? 

Well, Collage isn't just a card cutter. It's also a way to cite, format, store, categorize, and search through the massive amount of information you've gathered. Collage is unique in this way, as it allows you to create groups and headings for those groups that you can drag and drop cards into, in order to stay organized! Once you put your cards away, you can search through different groups or through all of your cards. Gone are the days of not being able to find that card that you cut two weeks ago on an unnamed Google Doc, because Collage stores your evidence indefinitely!

Give it a try!                    

معلومات أساسية عن التمديد

الاسم Collage - Debate Card Cutter and Library Collage - Debate Card Cutter and Library
ID gidioiaaccicalfnambafpdfieeedioi
عنوان URL الرسمي https://chromewebstore.google.com/detail/collage-debate-card-cutte/gidioiaaccicalfnambafpdfieeedioi
الوصف What separates a good debater from a great debater is Collage.
حجم الملف 8.94 MB
عدد التثبيتات 2,678
النسخة الحالية 1.2.5
آخر تحديث 2022-11-28
تاريخ النشر 2021-09-26
تقييم 4.89/5 مجموع تقييمات 9
المطور formalj89
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Collage - Debate Card Cutter and Library",
    "description": "What separates a good debater from a great debater is Collage.",
    "version": "1.2.5",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "clipboardWrite",
        "clipboardRead"
    ],
    "browser_action": {
        "default_title": "Cut a card here!",
        "default_icon": "icon_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "64": "icon_64.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "bgg.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ajax.googleapis.com; object-src 'self'"
}