TabRecall
Store and organize your browsing sessions
Was ist TabRecall?
TabRecall ist eine Chrome-Erweiterung, die von ramchan5916 entwickelt wurde, und ihr Hauptmerkmal ist "Store and organize your browsing sessions".
Erweiterungsscreenshots
TabRecall-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabRecall-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TabRecall |
ID | jigeoabeodiakeocihgcppapnfikpaad |
Offizielle URL | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
Beschreibung | Store and organize your browsing sessions |
Dateigröße | 56.58 KB |
Installationsanzahl | 67 |
Aktuelle Version | 0.4 |
Letztes Update | 2016-11-04 |
Veröffentlichungsdatum | 2016-11-03 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | ramchan5916 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |