TabSync Pro
Manage your tabs between devices and access them anywhere through cloud.
Τι είναι το TabSync Pro;
Το TabSync Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fastaddons.com, και η κύρια λειτουργία του είναι "Manage your tabs between devices and access them anywhere through cloud.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TabSync Pro
Λήψη αρχείων επέκτασης TabSync Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
NOTE: This extension is a bit outdated now. It lacks some features and I don't have enough time to finish it. But it works just fine. TabSync Pro - manage and synchronize your tab between devices and browsers (Chrome version is coming soon). Cloud account is required, you can use your existing Gmail / Facebook / Twitter account: https://tabsync.fastaddons.com/ Top features: - Cloud tabs - access your tabs on all your devices even when they are offline - using any web-browser, including your phone! Visit: https://tabsync.fastaddons.com/cloud - tab management - organize tabs remotely on your PC at work from home - No Ads! Contribution: - I'm full-time extension developer and your donations is my only income. There are no ads in my extensions! - Please support my work by: - Buy me a coffee - https://ko-fi.com/fastaddons - Patron - https://www.patreon.com/fastaddons - PayPal donation - https://paypal.me/fastaddons/ Thank you! :) Your donation will help me keep this extension working in future versions of Chrome!
Βασικές Πληροφορίες Επέκτασης
Όνομα | TabSync Pro |
ID | jdlfehkflgfmniokcligbfdjobgapehn |
Επίσημο URL | https://chromewebstore.google.com/detail/tabsync-pro/jdlfehkflgfmniokcligbfdjobgapehn |
Περιγραφή | Manage your tabs between devices and access them anywhere through cloud. |
Μέγεθος Αρχείου | 176 KB |
Αριθμός Εγκαταστάσεων | 339 |
Τρέχουσα Έκδοση | 3.1 |
Τελευταία Ενημέρωση | 2022-12-21 |
Ημερομηνία Δημοσίευσης | 2019-08-24 |
Αξιολόγηση | 4.75/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://fastaddons.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://tabsync.fastaddons.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://github.com/fastaddons/privacy_policy |
Υποστηριζόμενες Γλώσσες | en,en-GB,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.1", "default_locale": "en", "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "icons": { "48": "48.png", "128": "128.png" }, "background": { "service_worker": "background.loader.js" }, "content_scripts": [ { "matches": [ "https:\/\/tabsync.fastaddons.com\/*" ], "run_at": "document_start", "js": [ "content_script\/content_script.js" ] } ], "action": { "default_icon": { "128": "128.png" }, "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "alarms", "storage", "tabs" ], "host_permissions": [ " |