aboutsummaryrefslogtreecommitdiff
path: root/src/background/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-021-23/+0
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-141-1/+10
|
* Show popup when installed or updatedShin'ya Ueoka2019-02-251-1/+4
|
* Use onInstalled eventShin'ya Ueoka2019-02-251-1/+4
|
* Capitalize background scriptsShin'ya Ueoka2019-02-241-3/+3
|
* Rename classShin'ya Ueoka2018-07-281-2/+2
|
* Clean old codesShin'ya Ueoka2018-07-281-18/+0
|
* Indicator as Clean ArchitectureShin'ya Ueoka2018-07-221-2/+0
|
* Version as Clean ArchitectureShin'ya Ueoka2018-07-221-12/+2
|
* Settings as clean architectureShin'ya Ueoka2018-07-221-3/+3
|
* My First Clean ArchitectureShin'ya Ueoka2018-07-211-0/+4
|
* Move versions to backgroundShin'ya Ueoka2018-07-111-1/+1
|
* Use official redux on backgroundShin'ya Ueoka2018-07-081-11/+6
|
* Use async/await on backgroundShin'ya Ueoka2018-06-171-8/+10
|
* Indicator shows the add-on enabledShin'ya Ueoka2018-05-061-3/+5
|
* Previous selected tab as reduxShin'ya Ueoka2018-05-061-0/+3
|
* OperationComponentShin'ya Ueoka2018-05-061-0/+3
|
* Notify when updatedShin'ya Ueoka2018-05-051-0/+10
|
* separate setting actions and reducersShin'ya Ueoka2018-01-081-2/+2
|
* index reducer in backgroundShin'ya Ueoka2017-10-141-4/+2
|
* move store to sharedShin'ya Ueoka2017-10-081-1/+1
|
* move backgroundShin'ya Ueoka2017-10-081-2/+2
|
* separate settingsShin'ya Ueoka2017-10-081-1/+1
|
* move messages to sharedShin'ya Ueoka2017-10-081-1/+1
|
* store input keys in content scriptShin'ya Ueoka2017-10-071-3/+0
|
* fix console errorsShin'ya Ueoka2017-10-071-2/+5
|
* [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-061-9/+0
|
* fix imports in srcShin'ya Ueoka2017-10-051-7/+7
|
* use createStore short-hand methodShin'ya Ueoka2017-10-041-9/+9
|
* BackgroundInputComponentShin'ya Ueoka2017-10-011-50/+4
|
* BackgroundComponentShin'ya Ueoka2017-10-011-36/+5
|
* search settings in storeShin'ya Ueoka2017-10-011-21/+17
|
* load default settingsShin'ya Ueoka2017-10-011-1/+7
|
* move messages to contentShin'ya Ueoka2017-09-301-1/+1
|
* reload settings on settings changedShin'ya Ueoka2017-09-301-16/+11
|
* Initialize default settings on backgroundShin'ya Ueoka2017-09-301-2/+7
|
* load keymaps from storageShin'ya Ueoka2017-09-301-2/+18
|
* allow to open link in new tabShin'ya Ueoka2017-09-171-0/+8
|
* more strict lintShin'ya Ueoka2017-09-171-12/+18
|
* propagate sender objectShin'ya Ueoka2017-09-161-31/+32
|
* remove actions from contentShin'ya Ueoka2017-09-161-10/+3
|
* message constantsShin'ya Ueoka2017-09-161-1/+1
|
* consome as store/reducersShin'ya Ueoka2017-09-161-17/+43
|
* use input as store/reducerShin'ya Ueoka2017-09-141-21/+24
|
* improve store and reducersShin'ya Ueoka2017-09-141-5/+3
|
* content operationsShin'ya Ueoka2017-09-131-1/+1
|
* move background actions to operationsShin'ya Ueoka2017-09-131-0/+9
|
* command as action/reducerShin'ya Ueoka2017-09-111-42/+6
|
* key input sequence as action/reducerShin'ya Ueoka2017-09-101-20/+36
|
* content commands as action/reducerShin'ya Ueoka2017-09-101-5/+2
|