pcbeltz57 / google-tasks-chrome-extension

Automatically exported from code.google.com/p/google-tasks-chrome-extension
Apache License 2.0
0 stars 0 forks source link

Wrong manifest.json prevent task list from openning #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Task list doesn't open.

What version of the product are you using? On what operating system?
Extension 1.1 From 18 Jan 2015 with chrome 40.0.2214.111 m.

Please provide any additional information below.

If I change manifest.json from 
"browser_action": {
      "default_icon": "images/tasks-19x19.png",
      "default_title": "Google Tasks",
      "popup": "popup.html"
   },

to

"browser_action": {
      "default_icon": "images/tasks-19x19.png",
      "default_title": "Google Tasks",
      "default_popup": "popup.html"
   },
It starts working again.

Original issue reported on code.google.com by Hummer.dk on 17 Feb 2015 at 11:42

GoogleCodeExporter commented 9 years ago
I have created a fork and released the proposed fix in a new chrome extension.
Get it here: 
https://chrome.google.com/webstore/detail/google-tasks-fork/ndnffckeceebpmkkfead
fdoldeeidlbm

Original comment by mads.and...@gmail.com on 18 Feb 2015 at 8:31

GoogleCodeExporter commented 9 years ago
Great job man !!! It works.
I wonder how can Google be so irresponsive and completely ignore our complains.
My extension is working again, thank you guys.

Original comment by marantz777@gmail.com on 19 Feb 2015 at 8:42

GoogleCodeExporter commented 9 years ago
The manifest.json changes aren't working for me. (I made them to the file 
itself, didn't try your extension). All that changed was changing "popup" to 
"default popup", correct? 

I am on Version 40.0.2214.115 (64-bit) of Chrome on OS X 10.9.5

Original comment by austen.c...@gmail.com on 24 Feb 2015 at 6:48

GoogleCodeExporter commented 9 years ago
Hi. Copy folder of extension in some safe place. Remove app from chrome. Fix 
manifes and then install extension via extensions/install unpacked extension. 
Or just use mads.and...@gmail.com's link.

Original comment by Hummer.dk on 24 Feb 2015 at 7:12

GoogleCodeExporter commented 9 years ago
Thanks Mads

Original comment by jhtuhan...@gmail.com on 14 Mar 2015 at 2:43

GoogleCodeExporter commented 9 years ago
edit manifest.json not work for Win8.1 64bits and Chrome 43.0.2327.5 dev-m 
(64-bit)

Original comment by baudav on 16 Mar 2015 at 5:56

GoogleCodeExporter commented 9 years ago
It works! Thank you!

Original comment by cdemeo....@gmail.com on 23 Mar 2015 at 7:19

GoogleCodeExporter commented 9 years ago
Google finally fixed the official extension as of March 19, 2015.

Original comment by nplangl...@gmail.com on 23 Mar 2015 at 7:22