You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd '$WORKSPACE_STIGMEE/godot/gdnative/browser/thirdparty/cef_binary/build'
ninja -j8 cefclient
Lancer l'extension donnée en exemple de cefclient:
cd $WORKSPACE_STIGMEE/godot/gdnative/browser/thirdparty/cef_binary/build/tests/cefclient/Release/
./cefclient --use-views --load-extension=$WORKSPACE_STIGMEE/godot/gdnative/browser/thirdparty/cef_binary/tests/cefclient/resources/extensions/set_page_color/
On doit voir une icone un carré coupé en 4 parties: rouge, bleue, jaune, vert.
elle ne doit pas marcher avec le manifeste qui est en version 3. Quand je le remplace par le manifest v2 suivant, ca fonctionne
workspace_stigmee/packages/stigmark/ext/chrome-edge-brave/manifest.json
{
"name": "A browser action with a popup that changes the page color",
"description": "Change the current page color",
"version": "1.0",
"permissions": [
"tabs", "http://*/*", "https://*/*"
],
"browser_action": {
"default_title": "Set this page's color.",
"default_icon": "icons/BMButton.png",
"default_popup": "popup.htm"
},
"manifest_version": 2
}
The text was updated successfully, but these errors were encountered:
@xigh
Compiler
cefclient
(Linux) apres notrebuild.py
:Lancer l'extension donnée en exemple de cefclient:
On doit voir une icone un carré coupé en 4 parties: rouge, bleue, jaune, vert.
Lancer l'extension Stigmark avec cefclient:
elle ne doit pas marcher avec le manifeste qui est en version 3. Quand je le remplace par le manifest v2 suivant, ca fonctionne
workspace_stigmee/packages/stigmark/ext/chrome-edge-brave/manifest.json
The text was updated successfully, but these errors were encountered: