Smartertime
Retrieve active tab's URL and send it to Smartertime app.
什麼是Smartertime?
Smartertime是由https://www.smartertime.com開發的Chrome擴展程式,該擴展的主要功能是“Retrieve active tab's URL and send it to Smartertime app.”。
擴展截圖
下載Smartertime擴展crx文件
下載Smartertime擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Plugin to track Chrome website on Linux with the Smarter Time client. The client can be downloaded from https://github.com/Smartertime/SmarterTimeLinux/ and requires the Smarter Time for Android app.
擴展基本資訊
名稱 | Smartertime |
ID | jbfgcoefigmnjcagjbcfagobiahnkobn |
官方網址 | https://chromewebstore.google.com/detail/smartertime/jbfgcoefigmnjcagjbcfagobiahnkobn |
簡介 | Retrieve active tab's URL and send it to Smartertime app. |
檔案大小 | 9.44 KB |
安裝次數 | 128 |
目前版本 | 1.0.0.0 |
更新時間 | 2018-09-27 |
上架時間 | 2018-09-27 |
評分 | 3.00/5 共 2 次評分 |
開發者 | https://www.smartertime.com |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smartertime", "version": "1.0.0.0", "author": "Smarter Time", "homepage_url": "https:\/\/www.smartertime.com", "description": "Retrieve active tab's URL and send it to Smartertime app.", "permissions": [ "tabs", "nativeMessaging" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "icons": { "48": "images\/48.png" } } |