Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manifest3 API - compatible version #8

Open
w010 opened this issue Jun 13, 2024 · 0 comments
Open

Manifest3 API - compatible version #8

w010 opened this issue Jun 13, 2024 · 0 comments

Comments

@w010
Copy link
Owner

w010 commented Jun 13, 2024

Due to Google dropping support for Manifest v2 - based Chrome extensions, which soon will stop working, the Manifest v3 - compatible updated version is being tested currently. It's not yet published, many low-level things had to be rewritten and it needs some more testing to find issues.

Feel free to install it locally, checkout branch manifest3 and check if it works well for you.

Also - this version finally includes a long waited gamechanging feature - it can switch to Backend directly to the page which was open in Frontend, and in that language.
(for this to work, it tries to find and fetch these uids from frontend's body/html id or class, expects it to be like pid-nn, page-nn, lang-x, or language-y)
That currently works good, in TYPO 11 and up, thanks for the backend routes/deep links.

WIP: it will support also News and custom records on detail view, which will lead directly to edit form. Needs some time to finish that. (it will need similar, additional class in body to work, at least until the js selector and regexp pattern will be configurable)

@w010 w010 self-assigned this Jun 13, 2024
@w010 w010 pinned this issue Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant