QuickText
QuickText allows you to simply paste predefined texts into text fields.
Qu'est-ce que QuickText ?
QuickText est une extension Chrome développée par https://www.pixiz.com, et sa fonction principale est "QuickText allows you to simply paste predefined texts into text fields.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickText
Téléchargez les fichiers d'extension QuickText 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
QuickText allows you to simply paste predefined texts into text fields.
Informations de Base sur l'Extension
Nom | QuickText |
ID | neflkikppleikkghgjheajjpdjaihlch |
URL Officiel | https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch |
Description | QuickText allows you to simply paste predefined texts into text fields. |
Taille du Fichier | 27.11 KB |
Nombre d'Installations | 1,181 |
Version Actuelle | 0.8 |
Dernière Mise à Jour | 2020-05-04 |
Date de Publication | 2020-05-03 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | https://www.pixiz.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |