From f0111467e25aceefdd01deb4e0d112178c2ac697 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Sat, 3 Dec 2016 14:21:09 +0700 Subject: [PATCH] Version bump and UI for configuration --- manifest.json | 8 +- options.html | 293 +++++++++++++++++++++++++++++++++++++++++++++++++- package.json | 41 ++++--- 3 files changed, 316 insertions(+), 26 deletions(-) diff --git a/manifest.json b/manifest.json index 9829963..9dec3c4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, - "name": "TrackMeNot", + "name": "TrackMeNot", "description": "TMN WebExtension portage", - "version": "0.9.1", + "version": "0.10.0", "background": { "scripts": [ "trackmenot.js" @@ -24,9 +24,9 @@ "matches": ["http://*/*","https://*/*"], "js": ["tmn_search.js"], "run_at": "document_start", - "all_frames" : true + "all_frames" : true } - ], + ], "browser_action": { "default_icon": "tmn.png", "default_title": "TrackMeNot", diff --git a/options.html b/options.html index 1193dca..77a03d6 100644 --- a/options.html +++ b/options.html @@ -1 +1,292 @@ -
Version 0.8.3
Created by:  Daniel C. Howe (@danielchowe), Helen Nissenbaum (@HNissenbaum)
Maintained by:  Vincent Toubiana (@vtoubiana)
Homepage:  www.cs.nyu.edu/trackmenot/
Translations:  Jens 'woelfchen'(German), Tommy Mejldal(Danish),markh van BabelZilla.org(Dutch),
  rlicul(Croatian), BruceH(Chinese), Edgard Dias Magalhães(Portuguese)
Enabled
Use tab to search
Enable Burst
Search Engines

To add the engine url, search 'trackmenot' (without the quotes) on the engine you want to add, and copy/past the search url in the URL text box bellow.

\ No newline at end of file + + + + + + + + + + + + + +
+ + + + + + + +
+ + + + + +
+ + + Version 0.10.0 + + + + + + + + + + + + + + + + + + + + + + +
Created by: Daniel C. Howe (@danielchowe), Helen Nissenbaum (@HNissenbaum)
Maintained by: Vincent Toubiana (@vtoubiana)
Homepage: www.cs.nyu.edu/trackmenot/
Translations: Jens 'woelfchen'(German), Tommy Mejldal(Danish),markh van BabelZilla.org(Dutch),
  rlicul(Croatian), BruceH(Chinese), Edgard Dias Magalh�es(Portuguese)
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + +
+ + + + + +
+
+ + + + + +
+ Enabled
+ Use tab to search
+ Enable Burst
+ Use RSS
+
+ +
+
+ Search Engines +
+ + + + + +
+ + +
+ +
+ +
+
+ + + + + + + + + + + +
+

To add the engine url, search 'trackmenot' (without the quotes) on the engine you want to add, and copy/past the search url in the URL text box bellow.

+
+ + + +
+ +
+
+ +
+ + + + + +
+ + + +
+
+ +
+ + + + + + + +
+ + + + + + + +
+
+ +
+ + + + + + +
+ + + +
+
+ +
+ + + + + +
+ Use list
+
+ +
+
+ +
+ + + + + +
+ + + +
+
+ + + + +
+ +
+
+ +
+
+
+ + + + +
+
+
+
+ + + + diff --git a/package.json b/package.json index 3f53633..8841ad4 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,20 @@ -{ - -"preferences": [ - { - "title": "TrackMeNot Options", - "type": "control", - "name": "tmnOptionPref", - "label": "TrackMeNot Options" - } - ], - "name": "trackmenot", - "fullName" : "TrackMeNot", - "license": "GPL 2.0", - "author": "Daniel Howe, Helen Nissenbaum, Vincent Toubiana", - "version": "0.8.3", - "homepage": "http://www.cs.nyu.edu/trackmenot/", - "icon":"data/images/skin/tmn.png", - "main": "trackmenot", - "id": "trackmenot@mrl.nyu.edu", - "description": "Protect against data profiling by search engines" -} +{ + "preferences": [ + { + "title": "TrackMeNot Options", + "type": "control", + "name": "tmnOptionPref", + "label": "TrackMeNot Options" + } + ], + "name": "trackmenot", + "fullName" : "TrackMeNot", + "license": "GPL 2.0", + "author": "Daniel Howe, Helen Nissenbaum, Vincent Toubiana", + "version": "0.10.0", + "homepage": "http://www.cs.nyu.edu/trackmenot/", + "icon":"data/images/skin/tmn.png", + "main": "trackmenot", + "id": "trackmenot@mrl.nyu.edu", + "description": "Protect against data profiling by search engines" +}