Seamless
Fix the Chrome tabs mess
Was ist Seamless?
Seamless ist eine Chrome-Erweiterung, die von https://seamlessbrowser.com entwickelt wurde, und ihr Hauptmerkmal ist "Fix the Chrome tabs mess".
Erweiterungsscreenshots
Seamless-Erweiterungs-CRX-Datei herunterladen
Laden Sie Seamless-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lfpmphbkdblmjiacldmnnnohplomklch |
| Offizielle URL | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
| Beschreibung | Fix the Chrome tabs mess |
| Dateigröße | 2.96 MB |
| Installationsanzahl | 23 |
| Aktuelle Version | 2.0.0.2 |
| Letztes Update | 2020-12-21 |
| Veröffentlichungsdatum | 2020-07-06 |
| Entwickler | https://seamlessbrowser.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://seamlessbrowser.com |
| Hilfeseite URL | https://seamlessbrowser.com/review |
| Unterstützte Sprachen | 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
} | |