Interrobang

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

Qu'est-ce que Interrobang ?

Interrobang est une extension Chrome développée par david.blume, et sa fonction principale est "Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Interrobang

Téléchargez les fichiers d'extension Interrobang au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Interrobang Interrobang
ID jlmlnjjmjkbeolfilplmajdjbmmopoll
URL Officiel https://chromewebstore.google.com/detail/interrobang/jlmlnjjmjkbeolfilplmajdjbmmopoll
Description Shortcut: Ctrl+Shift+/ writes an interrobang character. Toolbar button displays window of characters to choose.
Taille du Fichier 7.9 KB
Nombre d'Installations 886
Version Actuelle 0.8
Dernière Mise à Jour 2022-06-23
Date de Publication 2016-10-09
Évaluation 3.90/5 Total 20 Évaluations
Développeur david.blume
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://interrobang.dlma.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}