Tetherly
Tetherly - Instant Webpage and Document Sharing.
Was ist Tetherly?
Tetherly ist eine Chrome-Erweiterung, die von https://www.tetherly.com entwickelt wurde, und ihr Hauptmerkmal ist "Tetherly - Instant Webpage and Document Sharing.".
Erweiterungsscreenshots
Tetherly-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tetherly-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Tetherly |
ID | polbaphmmclhiaolphihjakjoeapbaho |
Offizielle URL | https://chromewebstore.google.com/detail/tetherly/polbaphmmclhiaolphihjakjoeapbaho |
Beschreibung | Tetherly - Instant Webpage and Document Sharing. |
Dateigröße | 201 KB |
Installationsanzahl | 24 |
Aktuelle Version | 1.3.9 |
Letztes Update | 2015-06-08 |
Veröffentlichungsdatum | 2015-06-08 |
Entwickler | https://www.tetherly.com |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |