| https://clients2.google.com/service/update2/crx | https://stash.technology/ | |
| https://docs.new | https://chrome.google.com/webstore/detail/stash/gmiopfodlkpkngbhlogibegjoenhebli | |
| https://stash.technology/walkthrough-prompt |
{ "name": "Stash", "icons": { "48": "logo.png", "128": "logo.png" }, "action": { "default_icon": { "32": "logo.png" }, "default_title": "Stash" }, "omnibox": { "keyword": "." }, "version": "0.0.3.2", "commands": { "01newTab": { "description": "NEW TAB - opens a new tab within the active group (replaces cmd/ctrl + T) " }, "10pinTab": { "description": "PIN TAB - save tab to active group's bookmark bar", "suggested_key": { "default": "Alt+P" } }, "07saveTab": { "description": "SAVE TAB - save tab to active group's bookmark folder" }, "11getNext": { "description": "GET NEXT - opens the oldest stashed web page in active group's bookmark folder" }, "05shutdown": { "description": "CLOSE ALL GROUPS - closes all open groups" }, "06openTabs": { "description": "OPEN TAB IN WINDOW - open active tab in pop-up window" }, "08stashTab": { "description": "STASH TAB - closes active tab and saves it to the active group's bookmark folder", "suggested_key": { "default": "Alt+S" } }, "09stashAll": { "description": "STASH ALL TABS - stashes all tabs within active group", "suggested_key": { "default": "Alt+A" } }, "02groupTabs": { "description": "GROUP TABS - creates a group from highlighted tabs (highlight a tab by holding cmd/ctrl and clicking the tab's label)", "suggested_key": { "default": "Alt+G" } }, "03undoGroup": { "description": "UNDO GROUP - ungroups all tabs in active group" }, "04closeGroup": { "description": "CLOSE GROUP - closes the active group" } }, "incognito": "spanning", "background": { "type": "module", "service_worker": "background/index.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Smart tab groups and bookmarks that keep your browsing organized.", "permissions": [ "alarms", "tabs", "contextMenus", "bookmarks", "tabGroups", "storage", "unlimitedStorage" ], "content_scripts": [ { "js": [ "content/index.js" ], "run_at": "document_start", "matches": [ "<all_urls>" ] } ], "manifest_version": 3, "externally_connectable": { "matches": [ "http://localhost:3000/*", "https://stash.technology/*" ] }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "content/*" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.