Tab Queue
Queue tabs for later use!
Tab Queueとは何ですか?
Tab QueueはFullStackによって開発されたChromeの拡張機能で、その主な機能は「Queue tabs for later use!」です。
拡張機能のスクリーンショット
Tab Queue拡張機能のCRXファイルをダウンロード
Tab Queue拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Found some great videos or articles you want to read later on? Queue them up for later viewing with Tab Queue! Easily save useful and interesting tabs and open them one at a time, wherever you are! All saved tabs will be saved to your Chrome account, meaning you can even switch computers and still be able to open them!
拡張機能の基本情報
名前 | Tab Queue |
ID | abjpbboagegjdkhehcblbaodcedegdce |
公式URL | https://chromewebstore.google.com/detail/tab-queue/abjpbboagegjdkhehcblbaodcedegdce |
説明 | Queue tabs for later use! |
ファイルサイズ | 11.42 KB |
インストール数 | 26 |
現在のバージョン | 1 |
最終更新日 | 2017-11-04 |
公開日 | 2017-11-03 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | FullStack |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Queue", "description": "Queue tabs for later use!", "manifest_version": 2, "version": "1", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "contextMenus", "activeTab", "storage" ] } |