TabSync Pro

Manage your tabs between devices and access them anywhere through cloud.

什麼是TabSync Pro?

TabSync Pro是由https://fastaddons.com開發的Chrome擴展程式,該擴展的主要功能是“Manage your tabs between devices and access them anywhere through cloud.”。

擴展截圖

screenshot

下載TabSync Pro擴展crx文件

下載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 TabSync Pro
ID jdlfehkflgfmniokcligbfdjobgapehn
官方網址 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": [
        ""
    ]
}