SyncTabClipper
Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.
What is SyncTabClipper?
SyncTabClipper is a Chrome extension developed by ik-fib, and its main feature is "Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices.".
Extension Screenshots
Download SyncTabClipper Extension CRX File
Download SyncTabClipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SyncTabClipper |
ID | dlmommjngcoidankihhgklpoiknaabki |
Official URL | https://chromewebstore.google.com/detail/synctabclipper/dlmommjngcoidankihhgklpoiknaabki |
Description | Consolidates all open tabs into one to reduce memory. Saved data will be shared with GoogleAccount and sync across multiple devices. |
File Size | 211 KB |
Installation Count | 425 |
Current Version | 0.2.1 |
Last Updated | 2021-08-16 |
Publish Date | 2020-04-19 |
Rating | 4.25/5 Total 4 Ratings |
Developer | ik-fib |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ik11235/SyncTabClipper |
Supported Languages | 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" } } } |