Inspect and view changes in Drop CSV Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Drop CSV Viewer",
"version": "1.4.1",
"description": "Opens .csv / .tsv files in Firefox as a searchable, sortable table.",
"icons": {
"48": "icon.svg",
"96": "icon.svg",
"128": "icon.svg"
},
"browser_specific_settings": {
"gecko": {
"id": "csv-table-viewer@aybarra",
"strict_min_version": "115.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"webNavigation",
"file:///*",
"*://*/*"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*",
"file:///*"
],
"run_at": "document_idle",
"all_frames": false,
"js": [
"dropviewer.js"
]
}
],
"web_accessible_resources": [
"viewer.html"
]
} Mejores alternativas Drop CSV Viewer
Aquí hay algunas Firefox add-ons que son similares a Drop CSV Viewer:
CSV Viewer - zero-permissions no-network
Chris
Simple CSV Viewer
Utkarsh
CSV Viewer
Light
Text CSV Preview Panel
Nata
CSV Reader
Rubén
CSV beautifier
Sartor
FireCsv
metagriffin
CSV Inline Viewer for Firefox
MJMB
Table to CSV: HTML Table Extractor
jscrip
HTML Table Exporter
GauchoGrid
Download table as CSV
arktiv
Table to CSV Downloader
Kipruto