Repl Stories Firefox

Examine source code of Repl Stories

제작자: selectthegang
Inspect and view changes in Repl Stories source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Repl Stories",
  "description": "Repl Stories is a social media platform where developers can share code and connect with the community!",
  "version": "1.1",
  "manifest_version": 2,
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://replit.com/*",
        "https://replit.com/*"
      ],
      "js": [
        "js/replit.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

최고의 Repl Stories 대안

다음은 Repl Stories과(와) 유사한 Firefox add-on입니다: