mirror of
https://github.com/fergalmoran/Chrome2Kindle.git
synced 2025-12-31 14:10:59 +00:00
Minor client changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name" : "Chrome 2 Kindle",
|
"name" : "Chrome 2 Kindle",
|
||||||
"version" : "0.1",
|
"version" : "0.2",
|
||||||
"description" : "Sends rendered web pages to your kindle device",
|
"description" : "Sends rendered web pages to your kindle device",
|
||||||
"options_page" : "options.html",
|
"options_page" : "options.html",
|
||||||
"browser_action" : {
|
"browser_action" : {
|
||||||
@@ -8,7 +8,6 @@
|
|||||||
"popup" : "popup.html"
|
"popup" : "popup.html"
|
||||||
},
|
},
|
||||||
"permissions" : [
|
"permissions" : [
|
||||||
"http://fermi.wasptech.com/",
|
|
||||||
"http://chrome2kindle.appspot.com/",
|
"http://chrome2kindle.appspot.com/",
|
||||||
"tabs"
|
"tabs"
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,5 @@
|
|||||||
<div id="main">
|
<div id="main">
|
||||||
<h1></h1>
|
<h1></h1>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
I'm an extension LOL..
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ var podnoms = {
|
|||||||
chrome: {
|
chrome: {
|
||||||
chrome2kindle: {
|
chrome2kindle: {
|
||||||
state: {},
|
state: {},
|
||||||
serviceUrl: 'http://fermi.wasptech.com:8080/convert',
|
serviceUrl: 'http://chrome2kindle.appspot.coM',
|
||||||
currentUrl: '',
|
currentUrl: '',
|
||||||
kindleAccount: localStorage["kindle_account"],
|
kindleAccount: localStorage["kindle_account"],
|
||||||
init: function (url) {
|
init: function (url) {
|
||||||
|
|||||||
Reference in New Issue
Block a user