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 |
公式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 |
Eメール | [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:\/\/*\/" ] } |