From 420cd14f7bc70e66cc2f5ad216892a2c1243398c Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 13:01:28 -0400 Subject: Add options page --- options.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 options.html (limited to 'options.html') diff --git a/options.html b/options.html new file mode 100644 index 0000000..70b72e6 --- /dev/null +++ b/options.html @@ -0,0 +1,13 @@ + + + + Chrome Copy URLs From All Tabs - Options + + + + + TEST + + -- cgit v1.2.3 From 5e42f11675bb301a4f9329e8e5d50ec136e6f0df Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 14:13:42 -0400 Subject: Update options page * Copy sample code from the docs http://developer.chrome.com/extensions/options * Include Chrome UI Bootstrap CSS https://github.com/roykolak/chrome-bootstrap --- options.html | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) (limited to 'options.html') diff --git a/options.html b/options.html index 70b72e6..16da658 100644 --- a/options.html +++ b/options.html @@ -3,11 +3,41 @@ Chrome Copy URLs From All Tabs - Options + + - - TEST + +
+
+
+
+

Chrome Copy URLs from All Tabs

+
+ +
+ Favorite color: + + + + +
+ +
+
+
+
+ + -- cgit v1.2.3 From 81b1b4348bef86aa15d4ece4737ce4486227b4c8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 14:31:00 -0400 Subject: options: add form elements from extension Markup for form elements on options page. --- options.html | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'options.html') diff --git a/options.html b/options.html index 16da658..47bd92f 100644 --- a/options.html +++ b/options.html @@ -7,6 +7,8 @@ @@ -18,21 +20,27 @@
- Favorite color: - - - - -
- +
+ Default button click behaviour: + +
+ +
+ File format: + +
+ +
+
+ +
-- cgit v1.2.3 From dae3bcc4249c0c98f19df2a3cab671773942f887 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 30 Mar 2014 15:10:19 -0400 Subject: Options: update status text on save Move to the right side of the save button and show it for a longer amount of time. --- options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.html') diff --git a/options.html b/options.html index 47bd92f..8cbf895 100644 --- a/options.html +++ b/options.html @@ -38,8 +38,8 @@
-
+
-- cgit v1.2.3