Tetherly

Tetherly - Instant Webpage and Document Sharing.

什么是Tetherly?

Tetherly是由https://www.tetherly.com开发的Chrome扩展程序,该扩展的主要功能是“Tetherly - Instant Webpage and Document Sharing.”。

扩展截图

screenshot

下载Tetherly扩展crx文件

下载Tetherly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Instantly share websites, documents, images and notifications between your mobile and desktop devices.

Sending webpages, images, and documents to larger browsers is hassle free and instant - just find the share button on your mobile device, click on the Tetherly icon, and watch it appear instantly on your larger browser. 

Tetherly is smart: even if your larger browser is closed, or the machine turned off, as soon as it opens, your webpages will be open and ready to view.

Tetherly works anywhere you have an internet connection. You don't need to be near your larger browser to send pages to it. Half way across the world, or across the room, Tetherly sends webpages instantly!                    

扩展基本信息

名称 Tetherly Tetherly
ID polbaphmmclhiaolphihjakjoeapbaho
官方URL https://chromewebstore.google.com/detail/tetherly/polbaphmmclhiaolphihjakjoeapbaho
简介 Tetherly - Instant Webpage and Document Sharing.
文件大小 201 KB
安装次数 24
当前版本 1.3.9
更新时间 2015-06-08
上架时间 2015-06-08
开发者 https://www.tetherly.com
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tetherly",
    "description": "Tetherly - Instant Webpage and Document Sharing.",
    "version": "1.3.9",
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "debugger",
        "https:\/\/tetherly.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/www.tetherly.com\/",
    "options_page": ".\/html\/options.html",
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "browser_action": {
        "default_icon": ".\/img\/icon16.png",
        "default_popup": ".\/html\/login.html"
    },
    "web_accessible_resources": [
        ".\/img\/icon48.png"
    ],
    "background": {
        "page": ".\/html\/background.html",
        "persistent": true
    }
}