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. 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |