From 46998a5b6d8900a9355f2714d0043e828ca3dd8d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 29 Jul 2014 15:00:43 -0700 Subject: [PATCH] Created About the required permissions (markdown) --- About-the-required-permissions.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 About-the-required-permissions.md diff --git a/About-the-required-permissions.md b/About-the-required-permissions.md new file mode 100644 index 0000000..26cc54f --- /dev/null +++ b/About-the-required-permissions.md @@ -0,0 +1,28 @@ +#### "Access your data on all web sites" + +- To be able to inspect all net requests so that they can be cancelled if needed. + +See code: +- + +#### "Access you tabs and browsing activity" + +This is necessary to be able to: + +- Create new tabs (when you click on a filter list, to see its content) +- To detect when a tab is added or removed: + - To update badge + - To flush from memory internal data structures +- To find out which tab is currently active (to fill popup menu with associated stats/settings) +- To be able to inject the element picker script + +See code: +- +- + +#### "Manage your download" + +This is to be able to save your filters locally (in the _"Your filters"_ tab in the dashboard). + +See code: +- \ No newline at end of file