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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}