SyncTabClipper
Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.
Wat is SyncTabClipper?
SyncTabClipper is een Chrome-extensie ontwikkeld door ik-fib, en de belangrijkste functie is "Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.".
Extensie Screenshots
Download het CRX-bestand van de extensie SyncTabClipper
Download SyncTabClipper-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
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.
Basisinformatie over de Extensie
Naam | SyncTabClipper |
ID | dlmommjngcoidankihhgklpoiknaabki |
Officiële URL | https://chromewebstore.google.com/detail/synctabclipper/dlmommjngcoidankihhgklpoiknaabki |
Beschrijving | Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices. |
Bestandsgrootte | 211 KB |
Aantal Installaties | 425 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2021-08-16 |
Publicatiedatum | 2020-04-19 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | ik-fib |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ik11235/SyncTabClipper |
Ondersteunde Talen | 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" } } } |