Browse Source

build-my-plugin

gesture_for_chrome
ydw 2 months ago
parent
commit
92e2ecb264
7 changed files with 65 additions and 0 deletions
  1. +1
    -0
      chrome-extension/dist/background.js
  2. +1
    -0
      chrome-extension/dist/index.html
  3. +2
    -0
      chrome-extension/dist/index.js
  4. +29
    -0
      chrome-extension/dist/index.js.LICENSE.txt
  5. +1
    -0
      chrome-extension/dist/popup.html
  6. +2
    -0
      chrome-extension/dist/popup.js
  7. +29
    -0
      chrome-extension/dist/popup.js.LICENSE.txt

+ 1
- 0
chrome-extension/dist/background.js
File diff suppressed because it is too large
View File


+ 1
- 0
chrome-extension/dist/index.html View File

@ -0,0 +1 @@
<!doctype html><html><head><meta charset="utf-8"><title>React extension</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="index.js"></script></head><body></body></html>

+ 2
- 0
chrome-extension/dist/index.js
File diff suppressed because it is too large
View File


+ 29
- 0
chrome-extension/dist/index.js.LICENSE.txt View File

@ -0,0 +1,29 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

+ 1
- 0
chrome-extension/dist/popup.html View File

@ -0,0 +1 @@
<!doctype html><html><head><title>GesturePresent Popup</title><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"><script defer="defer" src="popup.js"></script></head><body><div id="root"></div><script src="popup.js"></script></body></html>

+ 2
- 0
chrome-extension/dist/popup.js
File diff suppressed because it is too large
View File


+ 29
- 0
chrome-extension/dist/popup.js.LICENSE.txt View File

@ -0,0 +1,29 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

Loading…
Cancel
Save