This extension is parses the URL with parameters.
URL: https://example.com/aaa/111/bbb/222/ccc/333
patterns: ["/aaa/:a_id", "/bbb:b_id", "/ccc:c_id"]
result : { "a_id": 111, "b_id": 222, "c_id": 333 }

[
{
"name": "example",
"patterns": [
"/aaa/:a_id",
"/bbb/:b_id",
"/ccc/:c_id"
]
}
]
- Button to go to the options page
- Save with keystrokes on the Options page
- Export/Import options
- Automatically select options that match the hostname
- Dark Theme
- i18n
- fancy UI
- github action - release builder
- validate import file
Base on [email protected]