All Projects → vutran → browser-bookmarks

vutran / browser-bookmarks

Licence: MIT license
Retrieve bookmarks from different browsers.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to browser-bookmarks

Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+13742.11%)
Mutual labels:  bookmark, browser-bookmarks
jumpfs
Jumpfs is a cross-shell bookmarking system for files. folders, urls and shell-comands. It works in PowerShell, Bash, and Cmd.
Stars: ✭ 30 (+57.89%)
Mutual labels:  bookmark
remark-bookmarks
plugin to manage links
Stars: ✭ 15 (-21.05%)
Mutual labels:  bookmark
awesome-bookmarking
🔖 Everything bookmarking related
Stars: ✭ 56 (+194.74%)
Mutual labels:  bookmark
html2biblatex
A tiny bookmarklet for exporting web pages to BibLaTeX (all browsers / no installation).
Stars: ✭ 73 (+284.21%)
Mutual labels:  bookmark
pinboard-safariextension
📌 Pinboard Safari extension for bookmarking the current page.
Stars: ✭ 16 (-15.79%)
Mutual labels:  bookmark
pinboard-firefox
A better firefox add-on for Pinboard (http://pinboard.in).
Stars: ✭ 57 (+200%)
Mutual labels:  bookmark
node-bookmarks-parser
Parses Firefox/Chrome HTML bookmarks files
Stars: ✭ 44 (+131.58%)
Mutual labels:  bookmark
Cyca
Web-based bookmarks and feeds manager
Stars: ✭ 15 (-21.05%)
Mutual labels:  bookmark
tim
manage issues with order
Stars: ✭ 51 (+168.42%)
Mutual labels:  bookmark
222
222. Dark mode. Everywhere. 222 bytes of js to make any website dark
Stars: ✭ 58 (+205.26%)
Mutual labels:  bookmark
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (+247.37%)
Mutual labels:  bookmark
browse-manager
Chrome扩展,网址/域名拉黑,访问次数统计、提示,自动收藏。等
Stars: ✭ 81 (+326.32%)
Mutual labels:  bookmark
bookmarkdupes
A WebExtension which can display/remove duplicate bookmarks or empty folders
Stars: ✭ 80 (+321.05%)
Mutual labels:  bookmark
bookmark-everything
This tool enables you to add bookmarks to your project files so you can reach them easily.
Stars: ✭ 37 (+94.74%)
Mutual labels:  bookmark
bookmark
chrome插件。"Bookmark" 帮助用户处理Chrome书签中"其他书签",解决书签过多难以保存,查阅不变和管理不变的问题。有存储"临时"书签,分类保存书签,快捷键,自定义设置,快捷查看书签,高效管理书签等功能。
Stars: ✭ 34 (+78.95%)
Mutual labels:  bookmark
Shuttle
The fastest access to your favorite applications.
Stars: ✭ 52 (+173.68%)
Mutual labels:  bookmark
YouP3
Android app for downloading media from YouTube with 4K Support (Beta)
Stars: ✭ 51 (+168.42%)
Mutual labels:  bookmark
Coursera-Clone
Coursera clone
Stars: ✭ 48 (+152.63%)
Mutual labels:  bookmark
mdash
⭐️ Lightweight new tab page for Chrome/Firefox, synced with your bookmarks
Stars: ✭ 19 (+0%)
Mutual labels:  bookmark

browser-bookmarks

Travis Coveralls branch license

Retrieve bookmarks from different browsers.

Install

$ npm install --save browser-bookmarks

Usage

const browserBookmarks = require('browser-bookmarks');

// retrieve bookmarks from Chrome (returns a Promise)
browserBookmarks.getChrome().then(bookmarks => {
  console.log(bookmarks);
});

API

getChrome()

Returns a Promise with an array of Bookmarks objects.

Bookmarks

title

The bookmark title.

Type: String

url

The bookmark URL.

Type: String

icon

The bookmark icon.

Type: String

folder

The folder in which the bookmark item belongs.

Type: String

License

MIT © Vu Tran

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