Debate Card Cutter

An extension to cut and format cards easily

Cos'è Debate Card Cutter?

Debate Card Cutter è un'estensione di Chrome sviluppata da changm24, e la sua funzione principale è "An extension to cut and format cards easily".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Debate Card Cutter

Scarica i file di estensione Debate Card Cutter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Debate Card Cutter Debate Card Cutter
ID aekgpjkggboipkkceikkkihcaaakemda
URL Ufficiale https://chromewebstore.google.com/detail/debate-card-cutter/aekgpjkggboipkkceikkkihcaaakemda
Descrizione An extension to cut and format cards easily
Dimensione del File 88.99 KB
Conteggio Installazioni 955
Versione Corrente 0.2.4
Ultimo Aggiornamento 2023-03-06
Data di Pubblicazione 2022-07-04
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore changm24
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}