Tetherly
Tetherly - Instant Webpage and Document Sharing.
Tetherlyとは何ですか?
Tetherlyはhttps://www.tetherly.comによって開発されたChromeの拡張機能で、その主な機能は「Tetherly - Instant Webpage and Document Sharing.」です。
拡張機能のスクリーンショット
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 |
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 } } |