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
电子邮箱 [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"
            ]
        }
    ]
}