Debate Card Cutter

An extension to cut and format cards easily

Debate Card Cutter क्या है?

Debate Card Cutter changm24 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to cut and format cards easily"।

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

screenshot
screenshot

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

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

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

                        Debate Card Cutter is simple to use, allowing you to cut cards with ease!

The extension automatically parses articles for author, title, publication date, and url. Format evidence quickly in the extension with (B) and (H), then click the scissors button to cut!

Confused on how to use the extension? Want to change your initials? Click the question button to access instructions and settings.


Patch notes:
0.2.4
- right click context menu for pdf support
- optional initials
- toggle underlining

0.1.4
- Fixed shortcut commands on Mac

0.1.3
- Large UI
- Initialing
- Optional google doc creation

0.0.3
- Multi-color highlighting

0.0.2
- Fixed bolding and highlighting issues
- Reset button

0.0.1
- Parse articles for author, title, publication date, url
- Bold and highlight evidence                    

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

नाम Debate Card Cutter Debate Card Cutter
ID aekgpjkggboipkkceikkkihcaaakemda
आधिकारिक URL https://chromewebstore.google.com/detail/debate-card-cutter/aekgpjkggboipkkceikkkihcaaakemda
विवरण An extension to cut and format cards easily
फ़ाइल का आकार 88.99 KB
स्थापना संख्या 955
वर्तमान संस्करण 0.2.4
अंतिम अपडेट 2023-03-06
प्रकाशन तिथि 2022-07-04
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर changm24
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Debate Card Cutter",
    "description": "An extension to cut and format cards easily",
    "version": "0.2.4",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}