All Projects → NdYAG → Anno

NdYAG / Anno

Licence: mit
📗 豆瓣读书笔记第三方客户端

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Anno

Virtual Authenticators Tab
Debug webauthn with a chrome extension that adds a virtual authenticators tab to devtools
Stars: ✭ 95 (-9.52%)
Mutual labels:  chrome
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-5.71%)
Mutual labels:  chrome
Tabfern
Google Chrome extension for saving and restoring sets of tabs, and for switching between windows and tabs from a vertical, grouped list.
Stars: ✭ 102 (-2.86%)
Mutual labels:  chrome
Go Chrome
A golang library for interacting with the Chrome DevTools Protocol. https://chromedevtools.github.io/devtools-protocol/
Stars: ✭ 96 (-8.57%)
Mutual labels:  chrome
Booklight
Your Chrome Alfred - An Extension to provide spotlight-like interface for your bookmarks
Stars: ✭ 98 (-6.67%)
Mutual labels:  chrome
Funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
Stars: ✭ 1,367 (+1201.9%)
Mutual labels:  chrome
The Tab Of Words
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
Stars: ✭ 94 (-10.48%)
Mutual labels:  chrome
Puppeteer Webperf
Automating Web Performance testing with Puppeteer 🎪
Stars: ✭ 1,392 (+1225.71%)
Mutual labels:  chrome
Chrome
Docker Automated Build Repository for siomiz/chrome -- Google Chrome via VNC (or via Chrome Remote Desktop)
Stars: ✭ 97 (-7.62%)
Mutual labels:  chrome
Zhishiwenda Helper
百万英雄/冲顶大会/知识超人 答题助手 瞬间使用Chrome打开百度
Stars: ✭ 102 (-2.86%)
Mutual labels:  chrome
Vbot
JSON based visual regression testing library. Liberate creativity, minimize repeated works ✌️
Stars: ✭ 96 (-8.57%)
Mutual labels:  chrome
Stack Source Map
Add source map support for error stack (Chrome only)
Stars: ✭ 98 (-6.67%)
Mutual labels:  chrome
Redux Webext
Redux for WebExtensions
Stars: ✭ 101 (-3.81%)
Mutual labels:  chrome
Lightcrawler
Crawl a website and run it through Google lighthouse
Stars: ✭ 1,339 (+1175.24%)
Mutual labels:  chrome
Customrightclickmenu
A browser extension to add links and run scripts/stylesheets all from your right-click menu
Stars: ✭ 102 (-2.86%)
Mutual labels:  chrome
Chrome Protocol Proxy
Chrome DevTools Protocol Proxy - intelligent proxy for debugging purposes
Stars: ✭ 94 (-10.48%)
Mutual labels:  chrome
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-4.76%)
Mutual labels:  chrome
Wikipediap2p
WikipediaP2P.org Chrome Extension
Stars: ✭ 105 (+0%)
Mutual labels:  chrome
Cromos
Cromos is a tool for downloading legitimate extensions of the Chrome Web Store and inject codes in the background of the application.
Stars: ✭ 103 (-1.9%)
Mutual labels:  chrome
Shopify Theme Inspector
A Chrome DevTools plugin that visualizes Shopify Liquid render profiling data so you can triage long-running code and reduce server response times!
Stars: ✭ 102 (-2.86%)
Mutual labels:  chrome

ANNO

豆瓣读书笔记第三方客户端

这是一个基于Angular开发的Chrome App,可以独立安装在系统中。下载地址:https://chrome.google.com/webstore/detail/读书笔记/cekpldeffalionmgoedldkdnlcbphamp

基本功能

读书笔记的管理,写作,收藏,导出。

参与开发

ANNO是一个开源的应用,目前基本支持了豆瓣的 OAuth2 读书笔记读写 API,还有以下功能正在开发:

  • 加入数学公式支持
  • 带格式导出笔记到Evernote (已集成)
  • ……

开发准备

以下操作都在项目目录下执行

  • npm install 安装 Grunt 等依赖
  • bower install 安装前端使用的库文件(如果不需要使用到新的库文件,这一步和下一步可以忽略)
  • bower_components/中所需文件移到 assets/lib/
  • 申请豆瓣开发者帐号 http://developers.douban.com/
  • 复制一份 assets/config.sample.jsassets/config.js ,填写你的 api_keyapi_secret
  • 开发时执行 grunt watch,将 assets/ 下的文件编译、压缩到 public/ 中。

在Chrome扩展中加载项目目录,开启应用调试。

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].