mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
Deploy abhijithvijayan/web-extension-starter to github.com/abhijithvijayan/web-extension-starter.git:extension
This commit is contained in:
parent
2a6cfd4a23
commit
84e4af0344
BIN
chrome.zip
BIN
chrome.zip
Binary file not shown.
@ -1 +1 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600);*,:after,:before{box-sizing:border-box}:focus{outline:0}ol,ul{list-style-type:none}*{margin:0;padding:0;border:0;outline:0}body{overflow-x:hidden}a:link{text-decoration:none}body{color:#0d0d0d;background-color:#f3f3f3}#popup{min-width:350px;padding:30px 20px}#popup h2{font-size:25px;text-align:center}#popup .links__holder ul{display:flex;margin-top:1em;justify-content:space-around}#popup .links__holder ul li button{border-radius:8%;font-size:20px;font-weight:600;background-color:rgba(0,0,255,.7);color:#fff;cursor:pointer;padding:8px 12px}
|
||||
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600);*,:after,:before{box-sizing:border-box}:focus{outline:0}ol,ul{list-style-type:none}*{margin:0;padding:0;border:0;outline:0}body{overflow-x:hidden}a:link{text-decoration:none}body{color:#0d0d0d;background-color:#f3f3f3}#popup{min-width:350px;padding:30px 20px}#popup h2{font-size:25px;text-align:center}#popup #options__button{width:50%;background:green;color:#fff;font-weight:500;border-radius:15px;padding:5px 10px;justify-content:center;margin:20px auto;cursor:pointer;opacity:.8;display:flex}#popup .links__holder ul{display:flex;margin-top:1em;justify-content:space-around}#popup .links__holder ul li button{border-radius:25px;font-size:20px;font-weight:600;padding:10px 17px;background-color:rgba(0,0,255,.7);color:#fff;cursor:pointer}
|
||||
File diff suppressed because one or more lines are too long
@ -1,11 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Options</title>
|
||||
<link rel="stylesheet" href="css/options.css" />
|
||||
</head>
|
||||
|
||||
<body><script type="text/javascript" src="js/options.bundle.js"></script></body>
|
||||
</html>
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Options</title><link rel="stylesheet" href="css/options.css"/></head><body><form><p><label for="name">Name</label><br><input id="name" name="name" spellcheck="false" autocomplete="off" required/></p><p><label><input type="checkbox" name="logging"> Show the features enabled on each page in the console</label></p></form><script src="js/options.bundle.js"></script></body></html>
|
||||
@ -1,32 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Popup</title>
|
||||
<link rel="stylesheet" href="css/popup.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section id="popup">
|
||||
<h2>WEB-EXTENSION-STARTER</h2>
|
||||
<div class="links__holder">
|
||||
<ul>
|
||||
<li>
|
||||
<button type="button" id="github__button">
|
||||
GitHub
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button type="button" id="donate__button">
|
||||
Buy Me A Coffee
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<script type="text/javascript" src="js/popup.bundle.js"></script></body>
|
||||
|
||||
</html>
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Popup</title><link rel="stylesheet" href="css/popup.css"/></head><body><section id="popup"><h2>WEB-EXTENSION-STARTER</h2><button id="options__button">Options Page</button><div class="links__holder"><ul><li><button type="button" id="github__button">GitHub</button></li><li><button type="button" id="donate__button">Buy Me A Coffee</button></li></ul></div></section><script src="js/popup.bundle.js"></script></body></html>
|
||||
BIN
firefox.xpi
BIN
firefox.xpi
Binary file not shown.
@ -1 +1 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600);*,:after,:before{box-sizing:border-box}:focus{outline:0}ol,ul{list-style-type:none}*{margin:0;padding:0;border:0;outline:0}body{overflow-x:hidden}a:link{text-decoration:none}body{color:#0d0d0d;background-color:#f3f3f3}#popup{min-width:350px;padding:30px 20px}#popup h2{font-size:25px;text-align:center}#popup .links__holder ul{display:flex;margin-top:1em;justify-content:space-around}#popup .links__holder ul li button{border-radius:8%;font-size:20px;font-weight:600;background-color:rgba(0,0,255,.7);color:#fff;cursor:pointer;padding:8px 12px}
|
||||
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600);*,:after,:before{box-sizing:border-box}:focus{outline:0}ol,ul{list-style-type:none}*{margin:0;padding:0;border:0;outline:0}body{overflow-x:hidden}a:link{text-decoration:none}body{color:#0d0d0d;background-color:#f3f3f3}#popup{min-width:350px;padding:30px 20px}#popup h2{font-size:25px;text-align:center}#popup #options__button{width:50%;background:green;color:#fff;font-weight:500;border-radius:15px;padding:5px 10px;justify-content:center;margin:20px auto;cursor:pointer;opacity:.8;display:flex}#popup .links__holder ul{display:flex;margin-top:1em;justify-content:space-around}#popup .links__holder ul li button{border-radius:25px;font-size:20px;font-weight:600;padding:10px 17px;background-color:rgba(0,0,255,.7);color:#fff;cursor:pointer}
|
||||
File diff suppressed because one or more lines are too long
@ -1,11 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Options</title>
|
||||
<link rel="stylesheet" href="css/options.css" />
|
||||
</head>
|
||||
|
||||
<body><script type="text/javascript" src="js/options.bundle.js"></script></body>
|
||||
</html>
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Options</title><link rel="stylesheet" href="css/options.css"/></head><body><form><p><label for="name">Name</label><br><input id="name" name="name" spellcheck="false" autocomplete="off" required/></p><p><label><input type="checkbox" name="logging"> Show the features enabled on each page in the console</label></p></form><script src="js/options.bundle.js"></script></body></html>
|
||||
@ -1,32 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Popup</title>
|
||||
<link rel="stylesheet" href="css/popup.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section id="popup">
|
||||
<h2>WEB-EXTENSION-STARTER</h2>
|
||||
<div class="links__holder">
|
||||
<ul>
|
||||
<li>
|
||||
<button type="button" id="github__button">
|
||||
GitHub
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button type="button" id="donate__button">
|
||||
Buy Me A Coffee
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<script type="text/javascript" src="js/popup.bundle.js"></script></body>
|
||||
|
||||
</html>
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Popup</title><link rel="stylesheet" href="css/popup.css"/></head><body><section id="popup"><h2>WEB-EXTENSION-STARTER</h2><button id="options__button">Options Page</button><div class="links__holder"><ul><li><button type="button" id="github__button">GitHub</button></li><li><button type="button" id="donate__button">Buy Me A Coffee</button></li></ul></div></section><script src="js/popup.bundle.js"></script></body></html>
|
||||
@ -1 +1 @@
|
||||
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600);*,:after,:before{box-sizing:border-box}:focus{outline:0}ol,ul{list-style-type:none}*{margin:0;padding:0;border:0;outline:0}body{overflow-x:hidden}a:link{text-decoration:none}body{color:#0d0d0d;background-color:#f3f3f3}#popup{min-width:350px;padding:30px 20px}#popup h2{font-size:25px;text-align:center}#popup .links__holder ul{display:flex;margin-top:1em;justify-content:space-around}#popup .links__holder ul li button{border-radius:8%;font-size:20px;font-weight:600;background-color:rgba(0,0,255,.7);color:#fff;cursor:pointer;padding:8px 12px}
|
||||
@import url(https://fonts.googleapis.com/css?family=Nunito:400,600);*,:after,:before{box-sizing:border-box}:focus{outline:0}ol,ul{list-style-type:none}*{margin:0;padding:0;border:0;outline:0}body{overflow-x:hidden}a:link{text-decoration:none}body{color:#0d0d0d;background-color:#f3f3f3}#popup{min-width:350px;padding:30px 20px}#popup h2{font-size:25px;text-align:center}#popup #options__button{width:50%;background:green;color:#fff;font-weight:500;border-radius:15px;padding:5px 10px;justify-content:center;margin:20px auto;cursor:pointer;opacity:.8;display:flex}#popup .links__holder ul{display:flex;margin-top:1em;justify-content:space-around}#popup .links__holder ul li button{border-radius:25px;font-size:20px;font-weight:600;padding:10px 17px;background-color:rgba(0,0,255,.7);color:#fff;cursor:pointer}
|
||||
File diff suppressed because one or more lines are too long
@ -1,11 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Options</title>
|
||||
<link rel="stylesheet" href="css/options.css" />
|
||||
</head>
|
||||
|
||||
<body><script type="text/javascript" src="js/options.bundle.js"></script></body>
|
||||
</html>
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Options</title><link rel="stylesheet" href="css/options.css"/></head><body><form><p><label for="name">Name</label><br><input id="name" name="name" spellcheck="false" autocomplete="off" required/></p><p><label><input type="checkbox" name="logging"> Show the features enabled on each page in the console</label></p></form><script src="js/options.bundle.js"></script></body></html>
|
||||
@ -1,32 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Popup</title>
|
||||
<link rel="stylesheet" href="css/popup.css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<section id="popup">
|
||||
<h2>WEB-EXTENSION-STARTER</h2>
|
||||
<div class="links__holder">
|
||||
<ul>
|
||||
<li>
|
||||
<button type="button" id="github__button">
|
||||
GitHub
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button type="button" id="donate__button">
|
||||
Buy Me A Coffee
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<script type="text/javascript" src="js/popup.bundle.js"></script></body>
|
||||
|
||||
</html>
|
||||
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Popup</title><link rel="stylesheet" href="css/popup.css"/></head><body><section id="popup"><h2>WEB-EXTENSION-STARTER</h2><button id="options__button">Options Page</button><div class="links__holder"><ul><li><button type="button" id="github__button">GitHub</button></li><li><button type="button" id="donate__button">Buy Me A Coffee</button></li></ul></div></section><script src="js/popup.bundle.js"></script></body></html>
|
||||
Loading…
x
Reference in New Issue
Block a user