WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Save, Organize & Share Links and Screenshots - LinkNest

Save, Organize & Share Links and Screenshots - LinkNest

View on Chrome Web Store
View Save, Organize & Share Links and Screenshots - LinkNest Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

Save links & screenshots! Auto-organize into collections, customize themes, share with others. Boost your productivity!
Type
Extension
Users
2 users
2
Website linknest.fun
link*****************
View author page of link*****************
Published
Published on June 23, 2025
Version 1.0.5
Manifest version
3
Updated
Updated on July 4, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Save, Organize & Share Links and Screenshots - LinkNest 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",
    "manifest_version": 3,
    "name": "Save, Organize & Share Links and Screenshots - LinkNest",
    "version": "1.0.5",
    "description": "Save links & screenshots! Auto-organize into collections, customize themes, share with others. Boost your productivity!",
    "oauth2": {
        "client_id": "150986143321-j5n1i7aedq24l8kgec7r2s6dfvkvlrbs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "preferencesStandalone.js",
                "content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.x.com\/*"
            ],
            "js": [
                "preferencesStandalone.js",
                "twitter-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "preferencesStandalone.js",
                "youtube-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "preferencesStandalone.js",
                "instagram-inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "offscreen",
        "identity"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon16.png",
                "icon48.png",
                "icon128.png",
                "*.js",
                "*.css",
                "features\/common\/contentDetector.js",
                "features\/twitter\/twitterDetector.js",
                "features\/youtube\/youtubeDetector.js",
                "features\/instagram\/instagramDetector.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "commands": {
        "save-current-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save the current page as a link"
        },
        "save-to-collection": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Save to collection"
        },
        "take-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Take screenshot"
        },
        "take-area-screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+X",
                "mac": "Alt+Shift+X"
            },
            "description": "Take area screenshot"
        }
    }
}
© 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