TabRecall

Store and organize your browsing sessions

Wat is TabRecall?

TabRecall is een Chrome-extensie ontwikkeld door ramchan5916, en de belangrijkste functie is "Store and organize your browsing sessions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TabRecall

Download TabRecall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TabRecall TabRecall
ID jigeoabeodiakeocihgcppapnfikpaad
Officiële URL https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad
Beschrijving Store and organize your browsing sessions
Bestandsgrootte 56.58 KB
Aantal Installaties 67
Huidige Versie 0.4
Laatst Bijgewerkt 2016-11-04
Publicatiedatum 2016-11-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar ramchan5916
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}