mark and recall bookmarks at will
kBookmarks is a Chrome bookmark extension from KEEVOL
The critical philosophy of this extension is "For long-tail less-used bookmarks, we can tag them and comment them at save and recall them later on by searching with tags or comment we have left before".
For bookmarks we use in daily, Folder-based management is OK, so kBookmarks still keep the original bookmark manager functionalities untouched.
书签的管理可以采用固定目录+长尾标注
的组合方式:
- 经常用的,放到固定目录以及Bookmarks Bar上,
- 不常用的,就不分结构扁平化一股脑放到一个位置, 但追加标注或者标签。
需要的时候,根据自身对标注或者标签的印象去搜索就可以直达了,这就是要打造kBookmarks这个chrome extension的初衷。
if you are interested in the evolution path
go to Chrome web store and [Add to Chrome].
If you would love to:
https://github.com/fujohnwang/kbookmark/wiki#how-to-install
- clone this repo to local:
git clone [email protected]:fujohnwang/kbookmark.git
- run
npm run build
and then everything is ready inpublic
folder. - open chrome extensions settings:
chrome://extensions
and swith on "Developer Mode" - open
public
folder by clicking "Load unpacked" button - You can enjoy this extension now.
MIT
- https://www.javascripttutorial.net/web-apis/javascript-indexeddb/
- https://developers.google.com/web/ilt/pwa/working-with-indexeddb
- https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
- https://dev.to/alexeagleson/how-to-use-indexeddb-to-store-data-for-your-web-application-in-the-browser-1o90
- https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
- https://w3c.github.io/IndexedDB/
- https://dev.to/anobjectisa/local-database-and-chrome-extensions-indexeddb-36n