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