Examine source code of Webpage to Markdown Overlay

Inspect and view changes in Webpage to Markdown Overlay source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "description": "Convert webpage content to clean Markdown format with a floating overlay. Copy formatted content with one click for note-taking.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 3,
  "name": "Webpage to Markdown Overlay",
  "permissions": [
    "clipboardWrite"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0",
  "note": "activeTab ve scripting izinleri, uzantının ikonuna tıklandığında aktif sekmeye kod enjekte etmek için gereklidir."
}