Skip to content

Commit

Permalink
Deploy abhijithvijayan/kutt-extension to github.com/abhijithvijayan/k…
Browse files Browse the repository at this point in the history
…utt-extension.git:extension
  • Loading branch information
traviscibot committed Dec 12, 2019
1 parent e0df908 commit 703eaff
Show file tree
Hide file tree
Showing 27 changed files with 35 additions and 34 deletions.
Binary file modified chrome.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion chrome/history.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>History: Kutt</title><link rel="stylesheet" href="css/history.css"></head><body><section id="history"><div class="container history__content--holder"><div class="table__content--holder"><div class="history__head--holder"><h2>Recent shortened links. (last 15 results)</h2><a href="#" id="rate__button" target="_blank" rel="noopener">Rate 5 stars</a></div><table class="table__content--wrapper" id="URL_table"><thead class="table__content--head"><tr class="table__head--holder"><th class="table__head--longURL">Original URL</th><th class="table__head--shortURL">Short URL</th><th class="table__head--clearAll"><ul class="table__list--clearAll"><li class="table__listItem--clear"><button class="table__clearAll--btn" id="table__clearAll--btn">Clear All <img class="selectDisable icon__img" src="assets/delete.svg" alt="Clear All"></button></li></ul></th></tr></thead><tbody class="table__content--body" id="delegation__element"></tbody></table></div></div></section><script src="js/history.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>History: Kutt</title><link rel="stylesheet" href="css/history.css"></head><body><section id="history"><div class="container history__content--holder"><div class="table__content--holder"><div class="history__head--holder"><h2>Recent shortened links. (last 15 results)</h2><div><a href="#" id="home__button" target="_blank" rel="noopener noreferrer nofollow">Dashboard</a> <a href="#" id="rate__button" target="_blank" rel="noopener noreferrer nofollow">Rate 5 stars</a></div></div><table class="table__content--wrapper" id="URL_table"><thead class="table__content--head"><tr class="table__head--holder"><th class="table__head--longURL">Original URL</th><th class="table__head--shortURL">Short URL</th><th class="table__head--clearAll"><ul class="table__list--clearAll"><li class="table__listItem--clear"><button class="table__clearAll--btn" id="table__clearAll--btn">Clear All <img class="selectDisable icon__img" src="assets/delete.svg" alt="Clear All"></button></li></ul></th></tr></thead><tbody class="table__content--body" id="delegation__element"></tbody></table></div></div></section><script src="js/history.js"></script></body></html>
4 changes: 2 additions & 2 deletions chrome/js/background.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome/js/history.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/js/options.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome/js/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.1.2",
"version": "3.2.0",
"short_name": "Kutt",
"description": "Shorten long URLs with just one click.",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion chrome/options.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Options: Kutt</title><link rel="stylesheet" href="css/options.css"></head><body><section id="options"><div class="container options__content--holder"><div class="head__content--holder text-center"><img class="head__content--logo" src="assets/logo.png"> <a class="head__content--title" href="https://kutt.it" target="_blank" rel="noopener">Kutt</a></div><div class="form__content--holder"><form class="form__content"><label class="api__key--label">API Key: <a class="api__label--text" target="_blank" rel="noopener" href="https://kutt.it/login">(Get one) <span class="api__label--tooltiptext text-center">Generate key from Kutt.it&nbsp;Website<br>(Settings Page)</span></a></label> <input class="api__key--holder" id="api__key--value" type="password" spellcheck="false"><div><label class="password--label">Set Password <span class="password__label--optional" style="font-size: 16px;">? <span class="password__label--tooltiptext text-center">Set Password for the Shortened URLs.<br>(20 Char. Max)</span></span></label> <label class="switch" id="password__label--switch" for="password__label--checkbox"><input type="checkbox" id="password__label--checkbox"><div class="slider round"></div></label></div><div class="mb-2 d-none" id="pwd__holder"><input class="password--holder" id="password--value" type="password" maxlength="20" spellcheck="false"> <span class="view__password--eye" id="view__password--eye">SHOW</span></div><div><label class="copy--label">Auto-copy URL to clipboard</label> <label class="switch" id="autocopy__label--switch" for="autocopy__label--checkbox"><input type="checkbox" id="autocopy__label--checkbox"><div class="slider round"></div></label></div><div><label class="copy--label">Keep URL History</label> <label class="switch" id="history__label--switch" for="history__label--checkbox"><input type="checkbox" id="history__label--checkbox"><div class="slider round"></div></label></div><div class="dev__mode--container"><label class="customhost__mode--label">Custom Host <span class="customhost__label--optional">(Advanced) <span class="customhost__label--tooltiptext text-center">Use extension for self&nbsp;-&nbsp;hosted Kutt.<br>Paste the self hosted domain in the field. (eg:&nbsp;https://mykutt.it)</span></span></label> <label class="switch" id="customhost__label--switch" for="customhost__label--checkbox"><input type="checkbox" id="customhost__label--checkbox"><div class="slider round"></div></label></div><div class="mb-2 d-none" id="customhost__holder"><input class="customhost__mode--holder text-center" id="customhost__mode--value" placeholder="https://mykutt.it" spellcheck="false"></div><button class="button__submit" id="button__submit" type="button">Save</button></form></div><div class="footer__text--holder text-center">Made with ❤️ on <a class="github__repo--link" href="https://github.com/abhijithvijayan/kutt-extension" target="_blank" rel="noopener">GitHub</a></div></div></section><script src="js/options.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Options: Kutt</title><link rel="stylesheet" href="css/options.css"></head><body><section id="options"><div class="container options__content--holder"><div class="head__content--holder text-center"><img class="head__content--logo" src="assets/logo.png"> <a class="head__content--title" href="https://kutt.it" target="_blank" rel="noopener noreferrer nofollow">Kutt</a></div><div class="form__content--holder"><form class="form__content"><label class="api__key--label">API Key: <a class="api__label--text" target="_blank" rel="noopener noreferrer nofollow" href="https://kutt.it/login">(Get one) <span class="api__label--tooltiptext text-center">Generate key from Kutt.it&nbsp;Website<br>(Settings Page)</span></a></label> <input class="api__key--holder" id="api__key--value" type="password" spellcheck="false"><div><label class="password--label">Set Password <span class="password__label--optional" style="font-size: 16px;">? <span class="password__label--tooltiptext text-center">Set Password for the Shortened URLs.<br>(20 Char. Max)</span></span></label> <label class="switch" id="password__label--switch" for="password__label--checkbox"><input type="checkbox" id="password__label--checkbox"><div class="slider round"></div></label></div><div class="mb-2 d-none" id="pwd__holder"><input class="password--holder" id="password--value" type="password" maxlength="20" spellcheck="false"> <span class="view__password--eye" id="view__password--eye">SHOW</span></div><div><label class="copy--label">Auto-copy URL to clipboard</label> <label class="switch" id="autocopy__label--switch" for="autocopy__label--checkbox"><input type="checkbox" id="autocopy__label--checkbox"><div class="slider round"></div></label></div><div><label class="copy--label">Keep URL History</label> <label class="switch" id="history__label--switch" for="history__label--checkbox"><input type="checkbox" id="history__label--checkbox"><div class="slider round"></div></label></div><div class="dev__mode--container"><label class="customhost__mode--label">Custom Host <span class="customhost__label--optional">(Advanced) <span class="customhost__label--tooltiptext text-center">Use extension for self&nbsp;-&nbsp;hosted Kutt.<br>Paste the self hosted domain in the field. (eg:&nbsp;https://mykutt.it)</span></span></label> <label class="switch" id="customhost__label--switch" for="customhost__label--checkbox"><input type="checkbox" id="customhost__label--checkbox"><div class="slider round"></div></label></div><div class="mb-2 d-none" id="customhost__holder"><input class="customhost__mode--holder text-center" id="customhost__mode--value" placeholder="https://mykutt.it" spellcheck="false"></div><button class="button__submit" id="button__submit" type="button">Save</button></form></div><div class="footer__text--holder text-center">Made with ❤️ on <a class="github__repo--link" href="https://github.com/abhijithvijayan/kutt-extension" target="_blank" rel="noopener noreferrer nofollow">GitHub</a></div></div></section><script src="js/options.js"></script></body></html>
2 changes: 1 addition & 1 deletion chrome/popup.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Kutt</title><link rel="stylesheet" href="css/popup.css"></head><body><section id="home"><div class="container"><header class="header"><div class="main__logo--holder"><img style="width: 22px; height: 22px;" class="main__logo selectDisable" src="assets/logo.png"></div><div class="main__list--holder"><a class="list__button" href="options.html" target="_blank" rel="noopener" title="Options"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/settings.svg"></a><a class="list__button" href="history.html" target="_blank" rel="noopener" title="History"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/history.svg"></a></div></header><div class="content__holder"><div class="url__content--holder text-center"><div class="url__content--url"><div class="v-none" id="copy__alert">Copied to clipboard!</div><h4 id="url__content-inner">Shortening...</h4></div><ul class="buttons__content--holder d-none"><li class="copy__content--holder" id="button__copy--holder" title="Copy"><img style="width: 13px; height: 13px;" id="button__copy" class="selectDisable" src="assets/copy.svg" alt="copy"></li><li class="qrbtn__content--holder" id="button__qrcode--holder" title="QR code"><img style="width: 13px; height: 13px;" id="button__qrcode" class="selectDisable" src="assets/qrcode.svg" alt="QR Code"></li></ul></div><div class="qrcode__content--holder selectDisable text-center d-none"><img id="qr_code" src="#" alt="QRCode"></div></div></div></section><script src="js/popup.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Kutt</title><link rel="stylesheet" href="css/popup.css"></head><body><section id="home"><div class="container"><header class="header"><div class="main__logo--holder"><img style="width: 22px; height: 22px;" class="main__logo selectDisable" src="assets/logo.png"></div><div class="main__list--holder"><a class="list__button" href="options.html" target="_blank" rel="noopener noreferrer nofollow" title="Options"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/settings.svg"></a><a class="list__button" href="history.html" target="_blank" rel="noopener noreferrer nofollow" title="History"><img style="width: 16px; height: 16px;" class="button__icon selectDisable" src="assets/history.svg"></a></div></header><div class="content__holder"><div class="url__content--holder text-center"><div class="url__content--url"><div class="v-none" id="copy__alert">Copied to clipboard!</div><h4 id="url__content-inner">Shortening...</h4></div><ul class="buttons__content--holder d-none"><li class="copy__content--holder" id="button__copy--holder" title="Copy"><img style="width: 13px; height: 13px;" id="button__copy" class="selectDisable" src="assets/copy.svg" alt="copy"></li><li class="qrbtn__content--holder" id="button__qrcode--holder" title="QR code"><img style="width: 13px; height: 13px;" id="button__qrcode" class="selectDisable" src="assets/qrcode.svg" alt="QR Code"></li></ul></div><div class="qrcode__content--holder selectDisable text-center d-none"><img id="qr_code" src="#" alt="QRCode"></div></div></div></section><script src="js/popup.js"></script></body></html>
Binary file modified firefox.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion firefox/history.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>History: Kutt</title><link rel="stylesheet" href="css/history.css"></head><body><section id="history"><div class="container history__content--holder"><div class="table__content--holder"><div class="history__head--holder"><h2>Recent shortened links. (last 15 results)</h2><a href="#" id="rate__button" target="_blank" rel="noopener">Rate 5 stars</a></div><table class="table__content--wrapper" id="URL_table"><thead class="table__content--head"><tr class="table__head--holder"><th class="table__head--longURL">Original URL</th><th class="table__head--shortURL">Short URL</th><th class="table__head--clearAll"><ul class="table__list--clearAll"><li class="table__listItem--clear"><button class="table__clearAll--btn" id="table__clearAll--btn">Clear All <img class="selectDisable icon__img" src="assets/delete.svg" alt="Clear All"></button></li></ul></th></tr></thead><tbody class="table__content--body" id="delegation__element"></tbody></table></div></div></section><script src="js/history.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>History: Kutt</title><link rel="stylesheet" href="css/history.css"></head><body><section id="history"><div class="container history__content--holder"><div class="table__content--holder"><div class="history__head--holder"><h2>Recent shortened links. (last 15 results)</h2><div><a href="#" id="home__button" target="_blank" rel="noopener noreferrer nofollow">Dashboard</a> <a href="#" id="rate__button" target="_blank" rel="noopener noreferrer nofollow">Rate 5 stars</a></div></div><table class="table__content--wrapper" id="URL_table"><thead class="table__content--head"><tr class="table__head--holder"><th class="table__head--longURL">Original URL</th><th class="table__head--shortURL">Short URL</th><th class="table__head--clearAll"><ul class="table__list--clearAll"><li class="table__listItem--clear"><button class="table__clearAll--btn" id="table__clearAll--btn">Clear All <img class="selectDisable icon__img" src="assets/delete.svg" alt="Clear All"></button></li></ul></th></tr></thead><tbody class="table__content--body" id="delegation__element"></tbody></table></div></div></section><script src="js/history.js"></script></body></html>
4 changes: 2 additions & 2 deletions firefox/js/background.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions firefox/js/history.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion firefox/js/options.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions firefox/js/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "3.1.2",
"version": "3.2.0",
"short_name": "Kutt",
"description": "Shorten long URLs with just one click.",
"icons": {
Expand Down
Loading

0 comments on commit 703eaff

Please sign in to comment.