Remember Form Inputs
Remeber from input values.
Cos'è Remember Form Inputs?
Remember Form Inputs è un'estensione di Chrome sviluppata da https://www.crossl.net, e la sua funzione principale è "Remeber from input values.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remember Form Inputs
Scarica i file di estensione Remember Form Inputs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This program is a Chrome extension that allows you to remember the contents of the form input and restore it at any time. It is convenient to save time and effort to enter the same content in the test.
Informazioni di Base sull'Estensione
Nome | Remember Form Inputs |
ID | fcolhfpojmepceidnkkannbfpegihmhl |
URL Ufficiale | https://chromewebstore.google.com/detail/remember-form-inputs/fcolhfpojmepceidnkkannbfpegihmhl |
Descrizione | Remeber from input values. |
Dimensione del File | 38.08 KB |
Conteggio Installazioni | 1,479 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2017-03-10 |
Data di Pubblicazione | 2017-03-09 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | https://www.crossl.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/konkon1234/remember-form-inputs |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember Form Inputs", "version": "0.1.1", "manifest_version": 2, "description": "Remeber from input values.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "html\/popup.html" }, "web_accessible_resources": [ "jquery-3.1.1.slim.min.js", "remember-inputs.js" ], "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |