From a9cf112bed1d3dc69a31a2bc902dccf80d63390a Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Tue, 18 Aug 2020 12:29:44 -0400 Subject: Updated settings page and fixed spelling errors for extensions page --- extensions.html | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ extentions.html | 100 ------------------------------------------------------- index.html | 1 + settings.html | 3 ++ 4 files changed, 105 insertions(+), 100 deletions(-) create mode 100755 extensions.html delete mode 100755 extentions.html diff --git a/extensions.html b/extensions.html new file mode 100755 index 0000000..c7735ee --- /dev/null +++ b/extensions.html @@ -0,0 +1,101 @@ + + + + + + + + + + Extensions for Chrome + + + + + + +
+

Jacob's Chrome Extension Grabber

+

Note: When selecting multiple from the quick selector you will have to allow pop ups or select them one at a time.

+

Quick Selector

+
+
+
+
+
+
+ +
+

Paste Chrome Webstore Link Here:

+
+
+ +
+
+ + + diff --git a/extentions.html b/extentions.html deleted file mode 100755 index 1cd5952..0000000 --- a/extentions.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - Jacob McDonnell - - - - - - -
-

Jacob's Chrome Extension Grabber

-

Note: When selecting multiple from the quick selector you will have to allow pop ups or select them one at a time.

-

Quick Selector

-
-
-
-
-
-
- -
-

Paste Chrome Webstore Link Here:

-
-
- -
-
- - - diff --git a/index.html b/index.html index 2bae8bf..cb372ef 100755 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@ Binary Google Pacman Settings and Information + Chrome Extensions
  • DuckDuckGo
  • diff --git a/settings.html b/settings.html index 906d94a..70fa589 100755 --- a/settings.html +++ b/settings.html @@ -27,6 +27,7 @@ Binary Google Pacman Settings and Information + Chrome Extensions
  • DuckDuckGo
  • @@ -67,6 +68,8 @@

    JacobMcDonnell.com uses ONE cookie to allow for the theme of the website to stay the same. The information stored in the cookie is the name of cookie, which is theme, the value of the cookie, which is the name of the theme, and is set to expire 365 days after the last vist of the site. The source code of the cookie can be found at here. There are ZERO third party cookies used with this site.

    Privacy Policy

    JacobMcDonnell.com collects ZERO information from visitors of the website. The Source code for the website can be found at here. However, JacobMcDonnell.com is hosted on github pages and is not responible for any of the information collected by them if any.

    +

    Jacob's Chrome Extension Grabber

    +

    Jacob's Chrome Extension Grabber uses basic javascript to get the ids of extensions and combine them with a link to allow for downloading an extension from the chrome web store. All source code is available on gitlab and github and the javascript used is at the bottom of the file.