Seamless
Fix the Chrome tabs mess
Qu'est-ce que Seamless ?
Seamless est une extension Chrome développée par https://seamlessbrowser.com, et sa fonction principale est "Fix the Chrome tabs mess".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Seamless
Téléchargez les fichiers d'extension Seamless au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Frustrated with the amount of tabs you have open? Safely close the tabs that are not needed now Restore from the cloud later Browse like normal, everything is saved automatically More info at https://seamlessbrowser.com
Informations de Base sur l'Extension
Nom | Seamless |
ID | lfpmphbkdblmjiacldmnnnohplomklch |
URL Officiel | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
Description | Fix the Chrome tabs mess |
Taille du Fichier | 2.96 MB |
Nombre d'Installations | 23 |
Version Actuelle | 2.0.0.2 |
Dernière Mise à Jour | 2020-12-21 |
Date de Publication | 2020-07-06 |
Développeur | https://seamlessbrowser.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://seamlessbrowser.com |
URL de la Page d'Aide | https://seamlessbrowser.com/review |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seamless", "version": "2.0.0.2", "description": "Fix the Chrome tabs mess", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html", "default_icon": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "default_title": "Seamless" }, "icons": { "16": "images\/seamless16.png", "32": "images\/seamless32.png", "48": "images\/seamless48.png", "128": "images\/seamless128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S" } }, "select-session-down": { "suggested_key": { "default": "Ctrl+Shift+Down" }, "description": "select session: down" }, "select-session-up": { "suggested_key": { "default": "Ctrl+Shift+Up" }, "description": "select session: up" }, "select-session-select": { "suggested_key": { "default": "Ctrl+Shift+Right" }, "description": "select session: select" } }, "manifest_version": 2 } |