Magic tabs

Extension which help you to manage tabs and easly recover them

Was ist Magic tabs?

Magic tabs ist eine Chrome-Erweiterung, die von Yorki entwickelt wurde, und ihr Hauptmerkmal ist "Extension which help you to manage tabs and easly recover them".

Erweiterungsscreenshots

screenshot
screenshot

Magic tabs-Erweiterungs-CRX-Datei herunterladen

Laden Sie Magic 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

                        Magic tabs allow you to save tabs, label them and recover later!                    

Grundlegende Informationen zur Erweiterung

Name Magic tabs Magic tabs
ID chliaibldakdhjaimgjpabheepadccfm
Offizielle URL https://chrome.google.com/webstore/detail/magic-tabs/chliaibldakdhjaimgjpabheepadccfm
Beschreibung Extension which help you to manage tabs and easly recover them
Dateigröße 649 KB
Installationsanzahl 24
Aktuelle Version 1.0.1
Letztes Update 2015-12-16
Veröffentlichungsdatum 2015-12-16
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Yorki
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen pl
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "library\/jquery.min.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [],
    "description": "Extension which help you to manage tabs and easly recover them",
    "icons": {
        "128": "images\/logo.png",
        "48": "images\/48.png"
    },
    "name": "Magic tabs",
    "permissions": [
        "tabs",
        "storage",
        "sessions"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": []
}