The extension has a solid user base of 100,000 users and maintains a strong 4.7-star rating from 660 reviews, indicating general user satisfaction. The developer operates under the domain tabcopy.com, suggesting a dedicated service. The extension uses Manifest V3, which provides better security controls than older versions.
The primary concern is the combination of tabs and clipboardWrite permissions, which creates significant privacy and security risks. The tabs permission allows the extension to access information from all browser tabs, including URLs, titles, and potentially sensitive data. Combined with clipboardWrite capability, this could enable the extension to copy sensitive information from tabs directly to the clipboard without user awareness. While these permissions align with the extension's stated purpose of copying tab information, they represent a broad attack surface that could be exploited if the extension is compromised or acts maliciously.
Consider running this extension in a separate Chrome profile dedicated to non-sensitive browsing activities. Regularly review what information you're copying and be cautious when using it on tabs containing sensitive data like banking or personal information. Monitor the extension's behavior and disable it when not actively needed. Given the legitimate use case but high-risk permissions, users should weigh the convenience against the potential privacy implications of granting such broad access to tab information and clipboard control.
| https://github.com/hansifer | https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode | |
| https://clients2.google.com/service/update2/crx | http://www.w3.org/2000/svg | |
| https://www.example.com/ | https://example.com/search?q=kittens | |
| http://example.com/folder/doc.html#fragment | https://tabcopy.com/ | |
| https://tabcopy.com/favicon.ico | https://sessionbuddy.com/ | |
| https://sessionbuddy.com/wp-content/uploads/2024/03/logo-128-60x60.png | https://tabcopy.com/docs | |
| https://github.com/hansifer/tab-copy | https://chromewebstore.google.com/detail/tab-copy/micdllihgoppmejpecmkilggmaagfdmb/reviews | |
| https://tabcopy.com/donate | https://reactjs.org/docs/error-decoder.html?invariant= | |
| http://www.w3.org/1999/xlink | http://www.w3.org/XML/1998/namespace | |
| http://www.w3.org/1998/Math/MathML | http://www.w3.org/1999/xhtml | |
| https://example.com | https://tabcopy.com/docs/one-click-copy | |
| https://tabcopy.com/docs/options#show-tab-counts | https://tabcopy.com/releases/4-1-0 | |
| https://tabcopy.com/releases |
{ "name": "Tab Copy", "icons": { "16": "img/logo-16.png", "32": "img/logo-32.png", "48": "img/logo-48.png", "128": "img/logo-128.png" }, "action": { "default_icon": "img/logo-48.png", "default_popup": "popup.html" }, "version": "4.1.1", "commands": { "3copy-all-tabs": { "description": "Copy all tabs" }, "2copy-window-tabs": { "description": "Copy window tabs" }, "1copy-highlighted-tabs": { "description": "Copy selected tabs" }, "4copy-all-windows-and-tabs": { "description": "Copy all tabs by window" } }, "background": { "type": "module", "service_worker": "service-worker-loader.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Quickly copy tabs to the clipboard in a variety of formats", "permissions": [ "tabs", "storage", "contextMenus", "offscreen", "clipboardWrite" ], "options_page": "options.html", "manifest_version": 3, "optional_permissions": [ "notifications" ], "minimum_chrome_version": "116", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }
ⓘ 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.