| Descrizione | This extension converts html elements into csv files | Dimensione del File | 9.91 KB | | Conteggio Installazioni | 35 | | Versione Corrente | 1.02 | | Ultimo Aggiornamento | 2019-04-18 | | Data di Pubblicazione | 2019-04-18 | | Valutazione | 1.00/5 Totale 1 Valutazioni | | Sviluppatore | Aaron Joyce | | Tipo di Pagamento | free | | Lingue Supportate | en | | manifest.json | {
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Table To CSV",
"short_name": "Table To CSV",
"version": "1.02",
"description": "This extension converts html elements into csv files",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Download",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |