Interrobang

Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose.

Interrobang란 무엇입니까?

Interrobang은(는) david.blume에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Interrobang 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The interrobang extension provides two easy ways for you to enter interrobang characters into your online writings.

1. Keyboard Shortcut: Ctrl+? (actually Ctrl+Shift+/) enters an interrobang right at the page you're on.
2. Clicking on the Interrobang button displays a popup window of characters to click on to copy.

For any known issues, please see the FAQ: http://interrobang.dlma.com/                    

확장 프로그램 기본 정보

이름 Interrobang Interrobang
ID jlmlnjjmjkbeolfilplmajdjbmmopoll
공식 URL https://chromewebstore.google.com/detail/interrobang/jlmlnjjmjkbeolfilplmajdjbmmopoll
설명 Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose.
파일 크기 7.9 KB
설치 횟수 886
현재 버전 0.8
최근 업데이트 2022-06-23
출시 날짜 2016-10-09
평점 3.90/5 총 20 개의 평점
개발자 david.blume
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://interrobang.dlma.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Interrobang",
    "version": "0.8",
    "manifest_version": 3,
    "description": "Shortcut: Ctrl+Shift+\/ writes an interrobang character. Toolbar button displays window of characters to choose.",
    "homepage_url": "http:\/\/interrobang.dlma.com",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}