QuickText
QuickText allows you to simply paste predefined texts into text fields.
Was ist QuickText?
QuickText ist eine Chrome-Erweiterung, die von https://www.pixiz.com entwickelt wurde, und ihr Hauptmerkmal ist "QuickText allows you to simply paste predefined texts into text fields.".
Erweiterungsscreenshots
QuickText-Erweiterungs-CRX-Datei herunterladen
Laden Sie QuickText-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
QuickText allows you to simply paste predefined texts into text fields.
Grundlegende Informationen zur Erweiterung
Name | QuickText |
ID | neflkikppleikkghgjheajjpdjaihlch |
Offizielle URL | https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch |
Beschreibung | QuickText allows you to simply paste predefined texts into text fields. |
Dateigröße | 27.11 KB |
Installationsanzahl | 1,181 |
Aktuelle Version | 0.8 |
Letztes Update | 2020-05-04 |
Veröffentlichungsdatum | 2020-05-03 |
Bewertung | 4.33/5 Insgesamt 6 Bewertungen |
Entwickler | https://www.pixiz.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |