QuickText

QuickText allows you to simply paste predefined texts into text fields.

Wat is QuickText?

QuickText is een Chrome-extensie ontwikkeld door https://www.pixiz.com, en de belangrijkste functie is "QuickText allows you to simply paste predefined texts into text fields.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie QuickText

Download QuickText-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        QuickText allows you to simply paste predefined texts into text fields.                    

Basisinformatie over de Extensie

Naam QuickText QuickText
ID neflkikppleikkghgjheajjpdjaihlch
Officiële URL https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch
Beschrijving QuickText allows you to simply paste predefined texts into text fields.
Bestandsgrootte 27.11 KB
Aantal Installaties 1,181
Huidige Versie 0.8
Laatst Bijgewerkt 2020-05-04
Publicatiedatum 2020-05-03
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://www.pixiz.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickText",
    "short_name": "QuickText",
    "version": "0.8",
    "author": "Dady",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}