WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Flylighter: Capture Articles and Highlights to Notion

Flylighter: Capture Articles and Highlights to Notion

View on Chrome Web Store
View Flylighter: Capture Articles and Highlights to Notion Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (16 ratings)
1 new ratings
26 views
This extension has been viewed 26 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Capture bookmarks, article, and highlights with Flylighter – your new favorite web clipper for Notion.
Type
Extension
Users
8,000 users
1K
Website flylighter.com
Flylighter
View author page of Flylighter
Published
Published on August 21, 2023
Version 0.12.17
Manifest version
3
Updated
Updated on October 10, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Flylighter: Capture Articles and Highlights to Notion Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flylighter: Capture Articles and Highlights to Notion",
    "short_name": "Flylighter",
    "homepage_url": "https:\/\/flylighter.com",
    "description": "Capture bookmarks, article, and highlights with Flylighter \u2013 your new favorite web clipper for Notion.",
    "version": "0.12.17",
    "version_name": "0.12.17_public",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/flylighter_16.png",
        "32": "\/icons\/flylighter_32.png",
        "48": "\/icons\/flylighter_48.png",
        "128": "\/icons\/flylighter_128.png"
    },
    "omnibox": {
        "keyword": "fly"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA16gZX0F1SL8egjPT31AO9NnXHTyn5fH4roPkghzrcW6zs4k8TGM6g++jhwTJQEOYjM2nsvIYTEhQ1EUDXjn1p5tdiRlzFgMMeve+1mcypWmEvxqCB+secTpJs+11hy63zi93X9HCC11IQTjCKiLj\/+gtMQbr39gXufGE3CmOh1Sw5OIPPEv+GSxiOdAKYn\/9mYeNdxLhpB40Fu67ejC2wmsZI9kDAHTc4LE6ismFnh9giMn7Qat2uyAQIX0SglvQHEQBoJNFH2gkHqClZDrd4GoITbeGxjnsnYM13auT2LcwP8kjxQAqXsz5YEKKveCVddLiQg6xtkLPahk2\/teYOwIDAQAB",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "\/inject.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "options_page": "src\/pages\/options\/options.html",
    "action": {
        "default_icon": {
            "16": "\/icons\/flylighter_16.png",
            "32": "\/icons\/flylighter_32.png",
            "48": "\/icons\/flylighter_48.png",
            "128": "\/icons\/flylighter_128.png"
        }
    },
    "side_panel": {
        "default_path": "src\/pages\/popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite",
        "identity",
        "sidePanel",
        "unlimitedStorage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/pages\/popup\/popup.html",
                "scripts\/content.js",
                "src\/pages\/auth\/auth.js",
                "src\/pages\/listener\/listener.html",
                "sec\/feather-icons\/*.svg",
                "src\/pages\/quick\/quick.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' 'sha256-GwwZSoQXYK90k1NirGsDXK5cKOVFDVjmJ1sZPKvWaaA=",
        "object-src": "'self'"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top