Roamit

Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.

什么是Roamit?

Roamit是由ahmadali shafiee开发的Chrome扩展程序,该扩展的主要功能是“Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.”。

扩展截图

screenshot

下载Roamit扩展crx文件

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

扩展使用说明

                        ► 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.                    

扩展基本信息

名称 Roamit Roamit
ID ighnlholdodepefajbkbjcedobmggmlk
官方URL https://chromewebstore.google.com/detail/roamit/ighnlholdodepefajbkbjcedobmggmlk
简介 Integrate Chrome with Windows Timeline, and send links to your Android or Windows phone quickly.
文件大小 125 KB
安装次数 958
当前版本 0.2.2
更新时间 2018-08-20
上架时间 2018-08-20
评分 5.00/5 共10次评分
开发者 ahmadali shafiee
付费类型 free
支持的语言 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\/*"
    ]
}