Google™ Keep
- 16 days later
-
iurii last edited by Jul 11, 2021, 11:10 PM
@iurii: До сих пор не работает. Видимо, забросили это расширение.
А жаль. - 11 days later
- 8 days later
- 13 days later
-
Italo-Cifuentes last edited by Aug 18, 2021, 12:35 AM
Good extension, but it doesn't work from latest Opera version...
- 29 days later
- about a month later
-
AlexVS last edited by Oct 16, 2021, 9:49 AM
- That’s an error.
зашитая ссылка https://keep.google.com/keep
рабочая ссылка https://keep.google.com/
исправьте ссылку, разрабы!
- That’s an error.
- about a month later
-
ObsidianJackal last edited by Nov 23, 2021, 4:08 PM
Doesn't work:
"404. That’s an error.The requested URL was not found on this server. That’s all we know."
-
NedznyKlepaczKodu last edited by Nov 26, 2021, 5:02 PM
Doesn't work.
"404. That’s an error.
The requested URL was not found on this server. That’s all we know." - 27 days later
-
Triangle last edited by Dec 26, 2021, 1:29 PM
- That’s an error.
The requested URL was not found on this server. That’s all we know.
- 18 days later
-
MPXLeo last edited by Jan 19, 2022, 5:03 PM
- That’s an error.
The requested URL was not found on this server. That’s all we know.
-
burnout426 Volunteer last edited by burnout426 Jan 20, 2022, 4:12 AM Jan 20, 2022, 3:48 AM
I have a fixed version of this extension. Download opera_google_keep_fixed.zip, extract it, goto the URL
opera://extensions
, turn on developer mode, click "load unpacked" and point it to the folder you extracted (specifically the "0.1.0_0" folder that manifest.json is in).All my fix does is update the URLs in lib/common.js.
67,70c67,70 < var flag1 = url.indexOf("keep.google.com/keep/#home") != -1; < var flag2 = url.indexOf("keep.google.com/keep/#reminders") != -1; < var flag3 = url.indexOf("keep.google.com/keep/#archive") != -1; < var flag4 = url.indexOf("keep.google.com/keep/#delete") != -1; --- > var flag1 = url.indexOf("keep.google.com/#home") != -1; > var flag2 = url.indexOf("keep.google.com/#reminders") != -1; > var flag3 = url.indexOf("keep.google.com/#archive") != -1; > var flag4 = url.indexOf("keep.google.com/#delete") != -1; 75c75 < storage.write('google-keep-url', "https://keep.google.com/keep/#home"); --- > storage.write('google-keep-url', "https://keep.google.com/#home"); 84c84 < storage.write("google-keep-url", "https://keep.google.com/keep"); --- > storage.write("google-keep-url", "https://keep.google.com/");
(It also gets rid of the update stuff in manifest.json since you don't want it to update to a version without the fix.)
- 17 days later
- 2 months later
-
Italo-Cifuentes last edited by Mar 29, 2022, 10:30 PM
@burnout426
It´s working for me now, thanks.
Just that it's doesn't work for Sidebar yet. - 14 days later