Insert Signature
Insert a signature into a text field.
Qu'est-ce que Insert Signature ?
Insert Signature est une extension Chrome développée par Nick Dollimount, et sa fonction principale est "Insert a signature into a text field.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Insert Signature
Téléchargez les fichiers d'extension Insert Signature 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
Insert a predefined signature text block to any text field. Signature is placed at the cursor location.
Informations de Base sur l'Extension
Nom | |
ID | popjgphflfnpefcncljdkaenmellboei |
URL Officiel | https://chrome.google.com/webstore/detail/insert-signature/popjgphflfnpefcncljdkaenmellboei |
Description | Insert a signature into a text field. |
Taille du Fichier | 23.16 KB |
Nombre d'Installations | 8,973 |
Version Actuelle | 0.0.0.5 |
Dernière Mise à Jour | 2014-07-29 |
Date de Publication | 2014-07-29 |
Évaluation | 3.09/5 Total 11 Évaluations |
Développeur | Nick Dollimount |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insert Signature", "description": "Insert a signature into a text field.", "version": "0.0.0.5", "permissions": [ "contextMenus" ], "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": "128x128.png", "default_title": "Insert Signature Options", "default_popup": "options.html" }, "background": { "scripts": [ "backgroundScript.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "manifest_version": 2 } |