/note-by-url

Chrome Extension for a note that the key is a URL (hostname)

Primary LanguageJavaScriptMIT LicenseMIT

Note by URL

note_by_url

Description

Chrome Extension for a note that the key is a URL (hostname)

Open a popup to take notes. Notes are asscociated with the host name in the URL.

The saved image looks like the following JSON.

{
  "google.com": "Great search site",
  "github.com": "Awesome",
  "twitter.com": "Thief of time"
}

Install

  1. Download note-by-url.zip from release and unzip it.
  2. Open the Extension Management (chrome://extensions/) page.
  3. Enable Developer Mode.
  4. Click the LOAD UNPACKED and select the file downloaded.

License

MIT license