SyncTabClipper

Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.

Was ist SyncTabClipper?

SyncTabClipper ist eine Chrome-Erweiterung, die von ik-fib entwickelt wurde, und ihr Hauptmerkmal ist "Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.".

Erweiterungsscreenshots

screenshot

SyncTabClipper-Erweiterungs-CRX-Datei herunterladen

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

                        Consolidates tabs displayed in the browser into a single page to reduce memory consumption.

Saved data is shared in Google account and synchronized across multiple devices.
Saved data can be saved and loaded in the same way on multiple devices.                    

Grundlegende Informationen zur Erweiterung

Name SyncTabClipper SyncTabClipper
ID dlmommjngcoidankihhgklpoiknaabki
Offizielle URL https://chromewebstore.google.com/detail/synctabclipper/dlmommjngcoidankihhgklpoiknaabki
Beschreibung Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.
Dateigröße 211 KB
Installationsanzahl 425
Aktuelle Version 0.2.1
Letztes Update 2021-08-16
Veröffentlichungsdatum 2020-04-19
Bewertung 4.25/5 Insgesamt 4 Bewertungen
Entwickler ik-fib
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ik11235/SyncTabClipper
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SyncTabClipper",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "__MSG_Description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/zlib.js",
            "js\/zlib-deflate.js",
            "js\/zlib-inflate.js",
            "js\/background.js"
        ],
        "persistant": false
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png"
        }
    }
}