Roamit
Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.
¿Qué es Roamit?
Roamit es una extensión de Chrome desarrollada por ahmadali shafiee, y su función principal es "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Roamit
Descarga archivos de extensión Roamit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
► Share the webpage you're reading to your other devices* and continue there with just a click! ► Integrate Chrome with Windows Timeline, and have your browsing activity history there automatically on all of your Windows 10 devices. (This feature is optional and can be disabled) ○ Link sharing works on Chrome on Windows, Mac and Linux. ○ Uploading activity to Windows Timeline works on all operating systems as well, but viewing activities is only available on Windows 10 devices. * Your Windows devices will need to be signed in with the same Microsoft account, and your Android devices will need to have Roamit app installed from Google Play Store.
Información Básica de la Extensión
Nombre | Roamit |
ID | ighnlholdodepefajbkbjcedobmggmlk |
URL Oficial | https://chromewebstore.google.com/detail/roamit/ighnlholdodepefajbkbjcedobmggmlk |
Descripción | Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly. |
Tamaño del Archivo | 125 KB |
Cantidad de Instalaciones | 958 |
Versión Actual | 0.2.2 |
Última Actualización | 2018-08-20 |
Fecha de Publicación | 2018-08-20 |
Calificación | 5.00/5 Total de 10 Calificaciones |
Desarrollador | ahmadali shafiee |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roamit", "description": "Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.", "version": "0.2.2", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery-3.3.1.min.js", "initScript.js", "consts.js", "common.js", "remoteSessions.js", "background.js", "background-timeline.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "tabs", "sessions", "alarms", "https:\/\/roamit.ghiasi.net\/*" ] } |