Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

Was ist Keeping Tabs?

Keeping Tabs ist eine Chrome-Erweiterung, die von Ryan Slocum entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension aiming to simplify the surplus of tabs in one's browser".

Erweiterungsscreenshots

screenshot

Keeping Tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Keeping Tabs-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

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

Grundlegende Informationen zur Erweiterung

Name Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
Offizielle URL https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
Beschreibung A chrome extension aiming to simplify the surplus of tabs in one's browser
Dateigröße 10.73 KB
Installationsanzahl 160
Aktuelle Version 0.1.6
Letztes Update 2020-09-29
Veröffentlichungsdatum 2020-05-09
Entwickler Ryan Slocum
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}