Skip to content

Chrome URL match patterns to support all the Countries URLs

Fixes #66 (closed)

Short description of what this resolves:

The Matching Pattern now detects the URLs supporting all the countries and all the languages. Any author searched in Google Scholar Profile page is supported now with this one global matching pattern URL.

Changes proposed in this pull request:

  • Content script now matches all the google domains, and the profile page supports all the countries without the URL being changed.

  • Use of the include_globs in the manifest.json file

  • Used the subdomains published by Google which has the list of all public Google domains(URLs) which can be used in include_globs section of manifest.json file

Checklist

  • My branch is up-to-date with the Upstream develop branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Merge request reports