Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } } }