From e95e1f89e7eda21e91c6730220f29a86ba627ec0 Mon Sep 17 00:00:00 2001 From: David Hancock Date: Fri, 15 Sep 2017 10:27:42 +0100 Subject: [PATCH] Add README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0c9664b --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# DummyText (Chrome Extension) + +Simple, quick and unobtrusive dummy text generator for web designers and developers. This extension installs a small icon in your browser allowing you quick access to paragraphs of dummy text (Lorem ipsum style) at the click of a button. + +The number of paragraphs, words per paragraph and whether or not to wrap paragraphs in paragraph tags can be changed easily. Once happy with your selection, simply click the Copy button and the text is sent straight to your clipboard ready for pasting! + +## Installation + +Install via the [Chrome Web Store listing](https://chrome.google.com/webstore/detail/dummytext/ahnionhaccolmddlboaklelpadaeafbj). + +## Changelog + +* 1.5 + * Set offline_enabled setting to true in the manifest file to specify that this extension can run offline. + +* 1.4 + * Updated the paragraph checkbox style to look more like Chrome's UI. + +* 1.3 + * Added a few additional icons. + +* 1.2 + * Updated the UI to make it look a little more at home in Chrome.