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