Seamless
Fix the Chrome tabs mess
Seamlessとは何ですか?
Seamlessはhttps://seamlessbrowser.comによって開発されたChromeの拡張機能で、その主な機能は「Fix the Chrome tabs mess」です。
拡張機能のスクリーンショット
Seamless拡張機能のCRXファイルをダウンロード
Seamless拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | lfpmphbkdblmjiacldmnnnohplomklch |
| 公式URL | https://chromewebstore.google.com/detail/seamless/lfpmphbkdblmjiacldmnnnohplomklch |
| 説明 | Fix the Chrome tabs mess |
| ファイルサイズ | 2.96 MB |
| インストール数 | 23 |
| 現在のバージョン | 2.0.0.2 |
| 最終更新日 | 2020-12-21 |
| 公開日 | 2020-07-06 |
| 開発者 | https://seamlessbrowser.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://seamlessbrowser.com |
| ヘルプページのURL | https://seamlessbrowser.com/review |
| 対応言語 | 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
} | |