Later Firefox

Examine source code of Later

제작자: ArchitW
Inspect and view changes in Later source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Later",
  "version": "0.0.2",
  "description": "Extract and sync important AI conversations from Claude & ChatGPT directly to your local vault.",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_width": 360,
    "default_height": 420
  },
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://claude.ai/*",
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://chat.deepseek.com/*",
        "https://copilot.microsoft.com/*",
        "https://www.perplexity.ai/*",
        "https://chat.qwen.ai/*",
        "https://grok.com/*",
        "https://www.meta.ai/*"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://claude.ai/*",
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://chat.deepseek.com/*",
    "https://copilot.microsoft.com/*",
    "https://www.perplexity.ai/*",
    "https://chat.qwen.ai/*",
    "https://grok.com/*",
    "https://www.meta.ai/*",
    "https://openrouter.ai/*",
    "https://*.notion.com/*",
    "http://127.0.0.1/*",
    "https://127.0.0.1/*",
    "http://localhost/*",
    "https://localhost/*"
  ],
  "options_page": "options/options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "later@archit.fyi",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 Later 대안

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