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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |