SKP Table Extractor Firefox

Examine source code of SKP Table Extractor

Inspect and view changes in SKP Table Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SKP Table Extractor",
  "version": "1.4",
  "description": "Mengekstrak tabel SKP menjadi JSON untuk diimpor ke aplikasi EkinMobile Android.",
  "author": "Jodi Chandra",
  "homepage_url": "https://saweria.co/jodichandra",
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "SKP Extractor",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://ekinerja-portal-eoffice.kemkes.go.id/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "skp_extractor@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best SKP Table Extractor Alternatives

Here are some Firefox add-ons that are similar to SKP Table Extractor: