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ファイルをダウンロード

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

拡張機能の使用方法

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