Form Data Copy-Paster
This extension helps to save and restore form data
Cos'è Form Data Copy-Paster?
Form Data Copy-Paster è un'estensione di Chrome sviluppata da P*R*, e la sua funzione principale è "This extension helps to save and restore form data".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Form Data Copy-Paster
Scarica i file di estensione Form Data Copy-Paster 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
Informazioni di Base sull'Estensione
Nome | |
ID | ijibkpajenfeeckdammdcfbjgcdmhehp |
URL Ufficiale | https://chrome.google.com/webstore/detail/form-data-copy-paster/ijibkpajenfeeckdammdcfbjgcdmhehp |
Descrizione | This extension helps to save and restore form data |
Dimensione del File | 347 KB |
Conteggio Installazioni | 687 |
Versione Corrente | 0.0.0.28 |
Ultimo Aggiornamento | 2015-09-01 |
Data di Pubblicazione | 2015-09-01 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | P*R* |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Form Data Copy-Paster", "description": "This extension helps to save and restore form data", "version": "0.0.0.28", "manifest_version": 2, "icons": { "128": "content\/images\/copy-paste-128.png" }, "browser_action": { "default_icon": "content\/images\/icon-19.png", "default_popup": "App\/popup\/popup.html", "default_title": "Save\/Restore Page Data" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "storage", "unlimitedStorage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "app\/content.js" ] } ], "background": { "page": "app\/background\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'" } |