TabRecall
Store and organize your browsing sessions
TabRecallとは何ですか?
TabRecallはramchan5916によって開発されたChromeの拡張機能で、その主な機能は「Store and organize your browsing sessions」です。
拡張機能のスクリーンショット
TabRecall拡張機能のCRXファイルをダウンロード
TabRecall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With TabRecall you can create profiles of the pages you often visit. For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window. Organizing your browsing sessions was never that easy until now.
拡張機能の基本情報
名前 | TabRecall |
ID | jigeoabeodiakeocihgcppapnfikpaad |
公式URL | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
説明 | Store and organize your browsing sessions |
ファイルサイズ | 56.58 KB |
インストール数 | 67 |
現在のバージョン | 0.4 |
最終更新日 | 2016-11-04 |
公開日 | 2016-11-03 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | ramchan5916 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabRecall", "description": "Store and organize your browsing sessions", "version": "0.4", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+A", "windows": "Alt+Shift+A", "mac": "Alt+Shift+A", "chromeos": "Alt+Shift+A", "linux": "Alt+Shift+A" } } }, "permissions": [ "storage", "tabs" ] } |