Seamless
Fix the Chrome tabs mess
Wat is Seamless?
Seamless is een Chrome-extensie ontwikkeld door https://seamlessbrowser.com, en de belangrijkste functie is "Fix the Chrome tabs mess".
Extensie Screenshots
Download het CRX-bestand van de extensie Seamless
Download Seamless-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lfpmphbkdblmjiacldmnnnohplomklch |
| Officiële URL | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
| Beschrijving | Fix the Chrome tabs mess |
| Bestandsgrootte | 2.96 MB |
| Aantal Installaties | 23 |
| Huidige Versie | 2.0.0.2 |
| Laatst Bijgewerkt | 2020-12-21 |
| Publicatiedatum | 2020-07-06 |
| Ontwikkelaar | https://seamlessbrowser.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://seamlessbrowser.com |
| Help Pagina-URL | https://seamlessbrowser.com/review |
| Ondersteunde Talen | 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
} | |