ManicTime Url Tracker
Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.
ManicTime Url Trackerとは何ですか?
ManicTime Url Trackerはhttps://manictime.comによって開発されたChromeの拡張機能で、その主な機能は「Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.」です。
拡張機能のスクリーンショット
ManicTime Url Tracker拡張機能のCRXファイルをダウンロード
ManicTime Url Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin is only useful if you have ManicTime locally installed. This is alternative method of getting browsing data from Chrome. ManicTime already ships with native Chrome plugin, but it can be unstable for some users. If ManicTime will detect this plugin, it will use it instead of the native plugin. Data is only sent to locally installed ManicTime, nowhere else. v1.1 - support for Opera, Yandex, Vivaldi and other browsers v1.1.10 - minor fixes
拡張機能の基本情報
名前 | ManicTime Url Tracker |
ID | kjmogjkoejgoehgjgihbhocoogaciemn |
公式URL | https://chromewebstore.google.com/detail/manictime-url-tracker/kjmogjkoejgoehgjgihbhocoogaciemn |
説明 | Sends urls to local ManicTime installation. Only works if ManicTime is installed locally. |
ファイルサイズ | 18.14 KB |
インストール数 | 4,754 |
現在のバージョン | 1.1.14 |
最終更新日 | 2023-05-31 |
公開日 | 2017-03-08 |
評価 | 4.00/5 合計 11 レビュー |
開発者 | https://manictime.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ManicTime Url Tracker", "version": "1.1.14", "manifest_version": 3, "description": "Sends urls to local ManicTime installation. Only works if ManicTime is installed locally.", "icons": { "16": "\/images\/icon-16.png", "128": "\/images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "ManicTime" }, "permissions": [ "tabs" ] } |