All Projects → 0326 → Ibookmark

0326 / Ibookmark

Chrome extension for manage bookmarks

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ibookmark

Service Worker Detector
This extension detects if a website registers a Service Worker.
Stars: ✭ 124 (-7.46%)
Mutual labels:  chrome-extension
Kiwix Js
Full portable & lightweight ZIM reader in Javascript
Stars: ✭ 130 (-2.99%)
Mutual labels:  chrome-extension
Iheader
Chrome扩展: 告别跨域,定制HTTP请求响应头
Stars: ✭ 132 (-1.49%)
Mutual labels:  chrome-extension
Pixivfanboxdownloader
A Chrome extension for downloading files on Pixiv Fanbox in batches. Chrome 扩展,用于批量下载 Pixiv Fanbox 上的文件。
Stars: ✭ 125 (-6.72%)
Mutual labels:  chrome-extension
Github File Icons
🍭 Chrome extension for displaying file icons on Github.
Stars: ✭ 129 (-3.73%)
Mutual labels:  chrome-extension
Simplify
Issue tracker for Simplify Gmail, a browser extension to simplify Gmail's interface
Stars: ✭ 1,632 (+1117.91%)
Mutual labels:  chrome-extension
Chrome Net
Use the Node `net` API in Chrome Apps
Stars: ✭ 123 (-8.21%)
Mutual labels:  chrome-extension
React Chrome Extension
Chrome Extension boilerplate with ReactJS and vanilla JS examples
Stars: ✭ 134 (+0%)
Mutual labels:  chrome-extension
Ggfwzs in hack
hack VIP for chrome-extension 谷歌访问助手
Stars: ✭ 129 (-3.73%)
Mutual labels:  chrome-extension
Chrome Gitlab Notifier
Notify Gitlab Project events (Commit, Issue, MergeRequest and Milestone)
Stars: ✭ 131 (-2.24%)
Mutual labels:  chrome-extension
Nocoin
No Coin is a tiny browser extension aiming to block coin miners such as Coinhive.
Stars: ✭ 1,586 (+1083.58%)
Mutual labels:  chrome-extension
Timimi
Webextension to save Tiddlywiki
Stars: ✭ 129 (-3.73%)
Mutual labels:  chrome-extension
Web Scrobbler
Scrobble music all around the web!
Stars: ✭ 1,783 (+1230.6%)
Mutual labels:  chrome-extension
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+1135.07%)
Mutual labels:  chrome-extension
Notionplus
Programming in Notion.so
Stars: ✭ 132 (-1.49%)
Mutual labels:  chrome-extension
Whatsapp Web Incognito
A Chrome extension that disables read receipts and presence updates on WhatsApp Web
Stars: ✭ 121 (-9.7%)
Mutual labels:  chrome-extension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-2.24%)
Mutual labels:  chrome-extension
Metastream
Watch streaming media with friends.
Stars: ✭ 1,926 (+1337.31%)
Mutual labels:  chrome-extension
Gas Github
sync gas code to github
Stars: ✭ 2,069 (+1444.03%)
Mutual labels:  chrome-extension
Minimongoexplorer
Handy Google Chrome extension for reviewing MiniMongo.
Stars: ✭ 131 (-2.24%)
Mutual labels:  chrome-extension

iBookmark

Chrome extension for manage bookmarks 打造Chrome最佳书签管理插件

下载地址:https://chrome.google.com/webstore/detail/ibookmark/fnfchnalfnjbjbfeccpophocngdgapad

Wiki文档: https://github.com/0326/iBookmark/wiki

快速上手

先clone项目启动watch:

git clone [email protected]:0326/iBookmark.git
cd iBookmark
# install devDependencies
npm i 
# start watch
gulp   

然后chrome://extensions/ => 加载已解压 扩展程序 => 加载iBookmark文件夹:

注意插件ID信息,浏览器访问: chrome-extension://{{插件ID}}/index.html

编码完成后把index.html,manifest.json,options.html,_locales/,build/以及lib打包成zip即可上传应用市场。

已完成功能

  • 所有书签分组展示
  • 在当前分组新增书签
  • 修改已有书签信息
  • 删除书签
  • 搜索书签功能
  • 统计书签使用频率,新增常用书签一栏

待完成功能

  • 新增书签类别
  • 修改书签类别名称
  • 删除某个书签分类
  • 支持书签拖拽,以及移动到其他分类
  • 支持历史记录
  • 支持插件配置功能,可配置主题,配置是否隐藏某些分类下的书签

协议

MIT.

更新日志

0.0.2版本: 新增配置功能,是否在每个分类下展示添加网址链接按钮

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].