Google™ Keep
-
AlexVS last edited by
- That’s an error.
зашитая ссылка https://keep.google.com/keep
рабочая ссылка https://keep.google.com/
исправьте ссылку, разрабы!
- That’s an error.
-
ObsidianJackal last edited by
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
Doesn't work.
"404. That’s an error.
The requested URL was not found on this server. That’s all we know." -
Triangle last edited by
- That’s an error.
The requested URL was not found on this server. That’s all we know.
-
MPXLeo last edited by
- That’s an error.
The requested URL was not found on this server. That’s all we know.
-
burnout426 Volunteer last edited by burnout426
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.)
-
Italo-Cifuentes last edited by
@burnout426
It´s working for me now, thanks.
Just that it's doesn't work for Sidebar yet. -
Triangle last edited by
Эта дрянь продолжает не работать как и ранее почему оно не выкинуто из магазина дополнений?
This crap continues to not work as before, why hasn't it been kicked out of the add-on store?
-
abarnes4 last edited by abarnes4
@abarnes4 said:
@burnout426: That fixed it. You're a hero!
Well, it did work at first. But the extension disappears every time I restart Opera, so this is a fail.
-
burnout426 Volunteer last edited by
@abarnes4 said in Google Keep:
But the extension disappears every time I restart Opera, so this is a fail.
You to be the extension's folder outside of the "Extensions" folder in Opera's profile folder. That "Extensions" folder is only for extensions that you install directory from the extension's crx file that gets installed when you "add to Opera" on the extension store.