项目作者: rwanyoike

项目描述 :
💼 Browser extension - Update your bookmarks with site descriptions
高级语言: JavaScript
项目地址: git://github.com/rwanyoike/bookmark-refresh.git
创建时间: 2017-04-03T11:45:27Z
项目社区:https://github.com/rwanyoike/bookmark-refresh

开源协议:MIT License

下载


Bookmark Refresh

Update your bookmarks.

Bookmark Refresh lets you to update your bookmarks with website descriptions. This is useful when using the address bar — typing a part of a website’s description recommends the bookmark.

Tested on Chrome 57+ and Firefox 51+.

Icon created by IconDots from the Noun Project.

Table of Contents

Installation

To install Bookmark Refresh, download the latest release and load it as an unpacked (Chrome) or temporary (Firefox) extension.

Usage

Remember to backup your bookmarks! Open the extension and click Start. It will proceed to load your bookmarks and update them.

For example, a bookmark pointing to this page:

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>GoatGoatYo</title>
  5. <meta name="description" content="GoatGoatYo is the search engine that
  6. tracks you. We don't protect your search history from anyone – even us! 🐐">
  7. </head>
  8. ...

Will have its title set to:

GoatGoatYo

Options

Append website description to the title

When set (default: True), the above title becomes:

GoatGoatYo (GoatGoatYo is the search engine that tracks you. We don’t protect your search history from anyone – even us! 🐐)

Descriptions are found in this order:

1. Meta <meta name="description" ...>
2. Google+ / Schema <meta itemprop="description" ...>
3. Facebook Open Graph <meta property="og:description" ...>
4. Twitter Cards <meta name="twitter:description" ...>

Maintainers

Contribute

Feel free to dive in. Open an issue or submit a PR.

Bookmark Refresh follows the Contributor Covenant code of conduct.

License

MIT © Raymond Wanyoike