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.”。
擴展截圖
下載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 |
ID | eiipeonhflhoiacfbniealbdjoeoglid |
官方網址 | 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:\/\/*\/" ] } |