TabRecall
Store and organize your browsing sessions
What is TabRecall?
TabRecall is a Chrome extension developed by ramchan5916, and its main feature is "Store and organize your browsing sessions".
Extension Screenshots
Download TabRecall Extension CRX File
Download TabRecall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TabRecall |
ID | jigeoabeodiakeocihgcppapnfikpaad |
Official URL | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
Description | Store and organize your browsing sessions |
File Size | 56.58 KB |
Installation Count | 67 |
Current Version | 0.4 |
Last Updated | 2016-11-04 |
Publish Date | 2016-11-03 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ramchan5916 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |