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 Smartertime
ID jbfgcoefigmnjcagjbcfagobiahnkobn
官方URL 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"
    }
}