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 Jul 2, 2019
1 parent d7b0ef8 commit e4189d1
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 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 10 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><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>
4 changes: 2 additions & 2 deletions chrome/js/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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": "2.0.4",
"version": "3.0.0",
"description": "Shorten long URLs with just one click.",
"icons": {
"16": "assets/favicon-16.png",
Expand Down
Binary file modified firefox.zip
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 10 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><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>
4 changes: 2 additions & 2 deletions firefox/js/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion 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": "2.0.4",
"version": "3.0.0",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
Expand Down
Binary file modified opera.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion opera/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 10 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><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>
4 changes: 2 additions & 2 deletions opera/js/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opera/js/history.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opera/js/popup.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion opera/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Kutt",
"version": "2.0.4",
"version": "3.0.0",
"description": "Shorten long URLs with just one click.",
"developer": {
"name": "abhijithvijayan"
Expand Down

0 comments on commit e4189d1

Please sign in to comment.