Web Activities

See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.

什么是Web Activities?

Web Activities是由Microsoft Corporation开发的Chrome扩展程序,该扩展的主要功能是“See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.”。

扩展截图

screenshot

下载Web Activities扩展crx文件

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

扩展使用说明

                        Add this extension and sign in with your Microsoft account, select a site you’ve recently visited, and pick up where you left off.                    

扩展基本信息

名称 Web Activities Web Activities
ID eiipeonhflhoiacfbniealbdjoeoglid
官方URL https://chromewebstore.google.com/detail/web-activities/eiipeonhflhoiacfbniealbdjoeoglid
简介 See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.
文件大小 35.19 KB
安装次数 42,713
当前版本 1.1.1
更新时间 2020-08-29
上架时间 2019-02-15
评分 3.69/5 共162次评分
开发者 Microsoft Corporation
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://go.microsoft.com/fwlink?LinkId=521839
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Activities",
    "description": "See your browsing activities across all your devices in surfaces like Windows timeline and Microsoft Launcher for Android.",
    "version": "1.1.1",
    "content_security_policy": "script-src 'self' https:\/\/web.vortex.data.microsoft.com\/ https:\/\/ajax.aspnetcdn.com\/ajax\/jQuery\/jquery-3.2.1.min.js https:\/\/az725175.vo.msecnd.net\/scripts\/jsll-4.2.4.js; object-src 'self'",
    "incognito": "not_allowed",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "Assets\/TimelineWebActivitiesOffline_16x16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "Assets\/TimelineWebActivities_128x128.png",
        "16": "Assets\/TimelineWebActivities_16x16.png",
        "48": "Assets\/TimelineWebActivities_48x48.png"
    },
    "permissions": [
        "identity",
        "activeTab",
        "tabs",
        "history",
        "storage",
        "idle",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}