Goodnight Tabs
Close tabs that launch other apps
Goodnight Tabsとは何ですか?
Goodnight Tabsはzachschnellによって開発されたChromeの拡張機能で、その主な機能は「Close tabs that launch other apps」です。
拡張機能のスクリーンショット
Goodnight Tabs拡張機能のCRXファイルをダウンロード
Goodnight Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Some tabs overstay their welcome. If you're like me and use the desktop version of many apps, a full day of Zoom meetings or reviewing Notion docs or Slack archives could end with 15+ tabs that you no longer need.
Once these tabs launch their respective desktop app, this extension takes care of cleaning up the tabs. 拡張機能の基本情報
| 名前 | |
| ID | paichadkkbhdmkngdmkgmefiabjjcaai |
| 公式URL | https://chromewebstore.google.com/detail/goodnight-tabs/paichadkkbhdmkngdmkgmefiabjjcaai |
| 説明 | Close tabs that launch other apps |
| ファイルサイズ | 30.65 KB |
| インストール数 | 225 |
| 現在のバージョン | 0.6.1 |
| 最終更新日 | 2023-02-16 |
| 公開日 | 2023-01-24 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | zachschnell |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/zchr/zoomies |
| ヘルプページのURL | https://github.com/zchr/zoomies |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Goodnight Tabs",
"description": "Close tabs that launch other apps",
"version": "0.6.1",
"action": {
"default_popup": "index.html"
},
"icons": {
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"scripting",
"storage"
],
"host_permissions": [
"https:\/\/*.around.co\/*",
"https:\/\/*.asana.com\/*",
"https:\/\/*.awsapps.com\/*",
"https:\/\/*.figma.com\/*",
"https:\/\/*.linear.app\/*",
"https:\/\/*.miro.com\/*",
"https:\/\/*.notion.so\/*",
"https:\/\/*.slack.com\/*",
"https:\/\/teams.live.com\/*",
"https:\/\/*.zoom.us\/*"
],
"background": {
"service_worker": "background.js"
}
} | |