Tab Bucket
Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.
Tab Bucketとは何ですか?
Tab BucketはTaylor Najjarによって開発されたChromeの拡張機能で、その主な機能は「Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.」です。
拡張機能のスクリーンショット
Tab Bucket拡張機能のCRXファイルをダウンロード
Tab Bucket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you keep a lot of tabs open to "read later," this extension can improve your web browsing experience. Save your "read later" tabs to the extension or save them as bookmarks. Then, when you're bored or wanting to get through some of your reading backlog, you can display one randomly. You can also curate your saved links or view them all and choose which ones to open.
拡張機能の基本情報
名前 | Tab Bucket |
ID | cenmboegaelooeckfoefebdcfnfmgajh |
公式URL | https://chromewebstore.google.com/detail/tab-bucket/cenmboegaelooeckfoefebdcfnfmgajh |
説明 | Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly. |
ファイルサイズ | 12.03 KB |
インストール数 | 54 |
現在のバージョン | 1.1 |
最終更新日 | 2017-12-10 |
公開日 | 2017-12-09 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Taylor Najjar |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Bucket", "description": "Got a browser full of open tabs to 'read later'? This extension allows you to store pages and display one (or a bookmark) randomly.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "bookmarks" ] } |