Skip to content

qvil/chrome-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Todo

Deprecated refer to Retrospection

Currently not working, But you want to working app, Changed below source code.

src/graphql/resolvers.js

import { saveTodos, getTodos } from "../localStorage";
// import { saveTodos, getTodos } from "../chrome";

Retrospection

  1. I think uncomfortable using chrome.storage.sync with react
    1. Every single build when I just fixed code one line. And build speed is low.(Maybe If I adjust something that webpack. Build speed is more faster. But not now.)
    2. Must write eslint exception code or setup eslint.(Because Access chrome object is able in chrome extension.)
  2. Not awesome graphql apollo in chrome extension, Because not working apollo extension in chrome extension developer tools.(I hope fix whenever)

Todo in chrome.

Demo

demo.png

Install

npm i

Start

http://localhost:3000/

npm start

Build

npm run build

Watch

Auto Build

npm run watch

Deploy

https://developer.chrome.com/extensions/getstarted#manifest

License

MIT

About

Todo in chrome.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published