Debate Card Cutter

An extension to cut and format cards easily

Debate Card Cutterとは何ですか?

Debate Card Cutterはchangm24によって開発されたChromeの拡張機能で、その主な機能は「An extension to cut and format cards easily」です。

拡張機能のスクリーンショット

screenshot
screenshot

Debate Card Cutter拡張機能のCRXファイルをダウンロード

Debate Card Cutter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}