Version 0.0.1.2 View in Chrome Web Store
The extension has a reasonable user base of 5,000 users with a solid 4.3-star rating from 66 reviews, indicating generally positive user experiences. The functionality described (grouping tabs by domain) aligns well with the requested permissions. However, the very low version number (0.0.1.2) suggests this is still in early development stages, and the lack of developer information reduces transparency.
The tabs permission is the primary concern as it grants broad access to browser tab information, including URLs, titles, and the ability to manipulate tabs across all websites. While this permission is necessary for the extension's core functionality of grouping tabs by domain, it also creates potential privacy risks if misused. The storage permission, though lower risk, allows the extension to persist data locally. The early version number and missing developer details raise questions about the extension's maturity and accountability.
Given the medium risk level, consider running this extension in a separate Chrome profile if you handle sensitive information in your browser. Monitor the extension's behavior and check for any unusual tab manipulation or unexpected data collection. Review the extension's permissions periodically and consider alternatives from more established developers if available. The functionality seems legitimate, but the early development stage warrants cautious use.
| http://materializecss.com | https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE | |
| http://fian.my.id/Waves | https://github.com/fians/Waves/blob/master/LICENSE | |
| https://g.co/ng/security#xss | http://www.w3.org/2000/svg | |
| http://www.w3.org/1999/xhtml | http://www.w3.org/1999/xlink | |
| http://www.w3.org/XML/1998/namespace | http://www.w3.org/2000/xmlns/ | |
| http://www.w3.org/1998/MathML/ | http://www.apache.org/licenses/ | |
| http://www.apache.org/licenses/LICENSE-2.0 | https://angular.io/license | |
| https://fonts.gstatic.com | https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 | |
| https://clients2.google.com/service/update2/crx | http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd |
{ "name": "Group Tabs By Domain", "icons": { "16": "images/icon-16.png", "32": "images/icon-32.png", "48": "images/icon-48.png", "128": "images/icon-128.png" }, "action": { "default_popup": "popup.html" }, "version": "0.0.1.2", "commands": { "group-tabs-by-domain": { "description": "Streamline browsing. Group tabs by domain effortlessly. Stay organized, boost productivity.", "suggested_key": { "mac": "Command+Shift+K", "default": "Ctrl+Shift+K" } } }, "background": { "service_worker": "serviceWorker.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Streamline browsing. Group tabs by domain effortlessly. Stay organized, boost productivity.", "permissions": [ "tabGroups", "tabs", "storage" ], "manifest_version": 3 }