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
官方網址 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"
    ]
}