Closed Oopas closed 1 year ago
it has no download button......
AFAIK download button is provided by yet another extension: https://github.com/NeverDecaf/chromium-web-store
it has no download button......
AFAIK download button is provided by yet another extension: https://github.com/NeverDecaf/chromium-web-store
When I tried to compile, it reported an error and the file was missing. Later, I downloaded the latest version of the project to the corresponding directory in chromium, so it can successfully complete the compilation.
Earlier today, I tried to use the version of this project(v1.2.2) released on the same day as v88.0.4324.182-2-Extensions
. It seems that this problem has been solved(likely).
Although the download button is only a pure blue color block, it can still be installed normally.
Now the only question left is the blank question displayed after clicking the Chromium Store icon from the menu bar (it doesn't seem to be a question)
Have you tried installing any other extension besides Web Store?
It seems that there is no problem with the use of plug-ins.
However, I'm not sure whether it is the plug-in version that cannot be used before.
My last question is, do you know where the chromium logo for apk is located in the source code?
My last question is, do you know where the chromium logo for apk is located in the source code?
No idea
I try to use the relevant files of the
extensions
branch to build chromium.Some files specified in build.sh have to be replaced because the target website is closed. I replaced it with a new version of the file you shared(e.g. sdk ndk...)
After I finally used llvm 13 and fixed one or two syntax errors in the official source code, I successfully obtained
ChromeModernPublic.apk
(target: chrome_modern_public_bundle)But when I click the chromium store icon in the menu bar, it does not work like
v88.0.4324.182-2-Extensions
you published inReleases,
but displays as a blank interface.....although
chrome://extensions
It looks normal, but when I try to download the plug-in from the chrome store, I find it has no download button......I also tried your project before this: chromium-android-extension
But unfortunately, it broke down as soon as it was opened.
Hope to get some help😫