Interrobang

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

Cos'è Interrobang?

Interrobang è un'estensione di Chrome sviluppata da david.blume, e la sua funzione principale è "Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Interrobang

Scarica i file di estensione Interrobang in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Interrobang Interrobang
ID jlmlnjjmjkbeolfilplmajdjbmmopoll
URL Ufficiale https://chromewebstore.google.com/detail/interrobang/jlmlnjjmjkbeolfilplmajdjbmmopoll
Descrizione Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose.
Dimensione del File 7.9 KB
Conteggio Installazioni 886
Versione Corrente 0.8
Ultimo Aggiornamento 2022-06-23
Data di Pubblicazione 2016-10-09
Valutazione 3.90/5 Totale 20 Valutazioni
Sviluppatore david.blume
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://interrobang.dlma.com/
Lingue Supportate 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"
            ]
        }
    ]
}