Skip to content

Instantly share code, notes, and snippets.

@AndyDaSilva52
Last active February 28, 2023 17:21
Show Gist options
  • Save AndyDaSilva52/4d5d8c19b6e061d8a27171261ba6c70b to your computer and use it in GitHub Desktop.
Save AndyDaSilva52/4d5d8c19b6e061d8a27171261ba6c70b to your computer and use it in GitHub Desktop.
{
"settings": {
"enable_new_version_notification": false
},
"rules": [
{
"name": "Anypoint Management Center",
"detection": "STARTS",
"url_fragment": "https://anypoint.mulesoft.com/cloudhub/#/console/applications/cloudhub/",
"tab": {
"icon": null,
"muted": false,
"pinned": false,
"protected": false,
"title": "{title} | $2",
"title_matcher": null,
"unique": false,
"url_matcher": "(https:\\/\\/anypoint\\.mulesoft\\.com\\/cloudhub\\/#\\/console\\/applications\\/cloudhub\\/)(.+)"
}
},
{
"name": "Swagger",
"detection": "CONTAINS",
"url_fragment": "swagger/index.html",
"tab": {
"icon": null,
"muted": false,
"pinned": false,
"protected": false,
"title": "{title} | $4",
"title_matcher": null,
"unique": false,
"url_matcher": "^((http[s]?|ftp):\\/)?\\/?((\\w+)(\\.\\w+)*)((\\/\\w+)*\\/)([\\w\\-\\.]+[^#?\\s]+)(.*)?(#[\\w\\-]+)?$"
}
}
]
}
@AndyDaSilva52
Copy link
Author

AndyDaSilva52 commented Feb 28, 2023

Rules for Extension Tab Modifier (github.com/sylouuu)

#chrome-tab-modifier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment