okada-takuya / TimeRecorder

TimeRecorder is a simple add-on to record your reference durations of web pages and post these records to DTB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

What is TimeRecorder?

TimeRecorder is a simple add-on to record your reference durations of web pages and post these records to DTB.

Acknowledgement

This code refers to Mind the Time.

Version

1.0.1

Install and Setup

  1. Set xpinstall.signatures.required to false on about:config page.
  2. Drag and Drop timerecorder.xpi to your Firefox
  3. From about:addons page, set Your DTB (Rails application) base URL

For Developer

Install jpm

The jpm command enables you to test, run, and package add-ons.

  1. Install npm (check for https://github.com/npm/npm details)
    $ curl -L https://www.npmjs.com/install.sh | sh
        
  2. Install jqm (check for https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/jpm details)
    $ sudo npm install jpm --global
        

Test

  1. Launch an instance of Firefox with your add-on installed
    $ jqm run
        

Package

  1. Package your add-on as an XPI file, which is the install file format for Firefox add-ons.
    $ jpm xpi
        

About

TimeRecorder is a simple add-on to record your reference durations of web pages and post these records to DTB.


Languages

Language:JavaScript 80.8%Language:CSS 14.5%Language:HTML 4.6%