replitxt

replitxt

This is an extension made by a student (me) that when on a replit teams page should allow the user to see all the containers titles and select one from which a .txt file if all the containers child title and links provided.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "replitxt",
  "version": "1.0",
  "icons": {
    "48": "/icons/icons8-choose-48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "/icons/icons8-choose-32.png",
    "default_title": "Replitxt",
    "default_popup": "/popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{32c4a770-e4d4-4333-aca2-27181d0d7dcb}"
    }
  }
}