TabSnooze
Make tabs come back later
TabSnoozeとは何ですか?
TabSnoozeはOhad Ronによって開発されたChromeの拡張機能で、その主な機能は「Make tabs come back later」です。
拡張機能のスクリーンショット
TabSnooze拡張機能のCRXファイルをダウンロード
TabSnooze拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
TabSnooze allows you to close a tab but have it pop up again later. Features: - You can set your own preset times - The tabs you snooze are saved even if you are offline or your computer is off / asleep. - There are optional desktop notifications, background/active tab, and more
拡張機能の基本情報
名前 | TabSnooze |
ID | mclnkhkcgmlfedfolgmabgepmpfnldcp |
公式URL | https://chromewebstore.google.com/detail/tabsnooze/mclnkhkcgmlfedfolgmabgepmpfnldcp |
説明 | Make tabs come back later |
ファイルサイズ | 61.84 KB |
インストール数 | 188 |
現在のバージョン | 0.31 |
最終更新日 | 2015-11-21 |
公開日 | 2015-11-21 |
評価 | 3.89/5 合計 9 レビュー |
開発者 | Ohad Ron |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabSnooze", "description": "Make tabs come back later", "version": "0.31", "permissions": [ "tabs", "notifications", "alarms", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": { "19": "images\/icon19.png" }, "default_title": "Snooze Tab", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |