Tabs Collage
Tab Collage Organiser
What is Tabs Collage?
Tabs Collage is a Chrome extension developed by xavierpoon737, and its main feature is "Tab Collage Organiser".
Extension Screenshots
Download Tabs Collage Extension CRX File
Download Tabs Collage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily navigate, manage and search your chrome tabs through a live updated collage view of site screenshots for all your tabs. If you are like me you most likely have up to 100 or more tabs open in chrome especially if you are doing research or am a programmer learning how to code. These tabs may be in different windows and managing your tabs let alone finding them is always a nightmare. This chrome extension solves this problem in a very neat way. For more a detailed list of features checkout our website: https://professorx737.github.io/tabs-collage-info/
Extension Basic Information
Name | Tabs Collage |
ID | oojclknofkaanfacdbdknfogiakgfalg |
Official URL | https://chromewebstore.google.com/detail/tabs-collage/oojclknofkaanfacdbdknfogiakgfalg |
Description | Tab Collage Organiser |
File Size | 1.61 MB |
Installation Count | 274 |
Current Version | 1.0.2 |
Last Updated | 2022-01-30 |
Publish Date | 2020-09-21 |
Rating | 5.00/5 Total 1 Ratings |
Developer | xavierpoon737 |
[email protected] | |
Payment Type | free |
Extension Website | https://professorx737.github.io/tabs-collage-info/ |
Help Page URL | https://github.com/ProfessorX737/tabs-extension |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Collage", "version": "1.0.2", "manifest_version": 2, "description": "Tab Collage Organiser", "browser_action": { "default_icon": "letter-t-icon.png" }, "icons": { "16": "letter-t-icon.png", "32": "letter-t-icon.png", "48": "letter-t-icon.png", "128": "letter-t-icon.png" }, "content_security_policy": "script-src 'self' 'sha256-x7jNxFJ1cJv22HSRIeLLcnV0oYmE7Yk9IVc3wR6LeJ8='; object-src 'self'", "background": { "scripts": [ "app\/background.js" ] }, "permissions": [ "tabs", " |