{"id":44353677,"url":"https://github.com/mdmower/doi-resolver","last_synced_at":"2026-02-11T15:35:22.460Z","repository":{"id":7907214,"uuid":"9289502","full_name":"mdmower/doi-resolver","owner":"mdmower","description":"A browser extension to resolve and work with DOIs","archived":false,"fork":false,"pushed_at":"2025-12-14T18:27:24.000Z","size":4955,"stargazers_count":31,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-14T19:29:37.354Z","etag":null,"topics":["doi","doi-resolver"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdmower.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2013-04-08T05:51:49.000Z","updated_at":"2025-12-14T18:27:29.000Z","dependencies_parsed_at":"2023-12-06T06:24:46.152Z","dependency_job_id":"38ec5b10-36ed-4db3-80bd-f394c4c4707d","html_url":"https://github.com/mdmower/doi-resolver","commit_stats":null,"previous_names":["mdmower/doi-resolver","mdmower/doi-resolver-chrome"],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/mdmower/doi-resolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmower%2Fdoi-resolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmower%2Fdoi-resolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmower%2Fdoi-resolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmower%2Fdoi-resolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdmower","download_url":"https://codeload.github.com/mdmower/doi-resolver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdmower%2Fdoi-resolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29336869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:34:07.188Z","status":"ssl_error","status_checked_at":"2026-02-11T14:34:06.809Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["doi","doi-resolver"],"created_at":"2026-02-11T15:35:22.356Z","updated_at":"2026-02-11T15:35:22.450Z","avatar_url":"https://github.com/mdmower.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOI Resolver\n\nA browser extension to resolve DOIs (digital object identifiers) to their web destinations. Available at:\n\n- [Chrome Web Store](https://chrome.google.com/webstore/detail/doi-resolver/goanbaknlbojfglcepjnankoobfakbpg) for Google Chrome\n- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/doi-resolver/blinbkglegdjgkpblpbgiemkbmkflgah) for Microsoft Edge\n- [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/doi-resolver/) for Firefox\n\n## Features\n\n- Resolve DOIs and ShortDOIs via:\n  - Extension button\n  - Selected text context menu\n  - Address bar with keyword: doi  \n    _Address bar usage:_ Type `doi` and press space. Now you can input a DOI and press enter to navigate to the web destination.\n- Maintain a history of visited DOIs along with their automatically fetched titles\n- Generate QR codes which can be scanned by smart phones to share a publication\n- Generate formatted citations for publications\n- Automatically convert DOIs on web pages into links\n- Use your own DOI resolver URL \u0026ndash; useful if your institution provides a proxy service\n\n## Development\n\nClone git repository locally and then install npm packages\n\n```\nnpm install\n```\n\nAvailable npm scripts:\n\n- `npm run lint` - Lint source using eslint\n- `npm run format` - Format source using prettier\n- `npm run build [chrome|edge|firefox]` - Build the extension; output to `dist/\u003cbrowser\u003e/`\n- `npm run build-debug [chrome|edge|firefox]` - Build the extension without HTML/CSS minification and include source maps in transpiled JS; output to `dist/\u003cbrowser\u003e/`\n- `npm run pkg [chrome|edge|firefox]` - Compress built extension from `dist/\u003cbrowser\u003e/` into a `.zip` file and output to `pkg/`\n- `npm run clean` - Clear out the contents of `dist/`\n- `npm run release` - Run lint, clean, build, and pkg scripts, in that order (builds for all browsers)\n\n## Languages\n\nInternationalization is supported and contributions are welcome. Reference English UI strings and descriptions in [messages.json](/static/_locales/en/messages.json). Create `static/_locales/xx/manifest.json` where `xx` is a supported locale code from [chrome.i18n: Locales](https://developer.chrome.com/docs/extensions/reference/api/i18n#locales) and prepare a pull request. Thanks!\n\nLanguages supported: English\n\n## License\n\nApache License, Version 2.0.\n\nCopyright 2016 Matthew D. Mower (mdmower)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdmower%2Fdoi-resolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdmower%2Fdoi-resolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdmower%2Fdoi-resolver/lists"}