{"id":40209519,"url":"https://github.com/meedan/check-mark","last_synced_at":"2026-01-19T21:04:10.615Z","repository":{"id":16806520,"uuid":"80068602","full_name":"meedan/check-mark","owner":"meedan","description":"Cross-platform bookmarking extension for Meedan Check, a collaborative media annotation platform","archived":false,"fork":false,"pushed_at":"2025-06-15T15:41:14.000Z","size":48152,"stargazers_count":5,"open_issues_count":3,"forks_count":6,"subscribers_count":19,"default_branch":"develop","last_synced_at":"2025-06-15T16:41:06.556Z","etag":null,"topics":["hacktoberfest","react-native","webextension"],"latest_commit_sha":null,"homepage":"https://meedan.com/check","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meedan.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}},"created_at":"2017-01-25T23:31:07.000Z","updated_at":"2025-06-15T15:41:15.000Z","dependencies_parsed_at":"2025-04-04T21:21:55.478Z","dependency_job_id":"174025d0-e59d-4af6-846e-e47cad23a2ec","html_url":"https://github.com/meedan/check-mark","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/meedan/check-mark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meedan%2Fcheck-mark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meedan%2Fcheck-mark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meedan%2Fcheck-mark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meedan%2Fcheck-mark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meedan","download_url":"https://codeload.github.com/meedan/check-mark/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meedan%2Fcheck-mark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28585301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: 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":["hacktoberfest","react-native","webextension"],"created_at":"2026-01-19T21:04:10.540Z","updated_at":"2026-01-19T21:04:10.608Z","avatar_url":"https://github.com/meedan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Check\n\nA browser extension for [Check](https://meedan.com/en/check/).\n\n## Browser Extension\n\n### Download\n\nAvailable for [Mozilla Firefox](https://addons.mozilla.org/firefox/addon/check/) and [Google Chrome](https://chrome.google.com/webstore/detail/check/pjfgpbclkfjkfiljlcfehjmpafeoafdi).\n\n### Development\n\nThe JavaScript code lives in `src`. Static files like HTML, Manifest and images live in `public`.\n\nCopy `config.js.example` to `config.js` and define your configurations.\n\nYou can compile the code with `npm run build`. It was developed and tested with Node 7. After the code is compiled, it will be under `build`. After you installed the extension (see below how to do it), you don't need to re-install it when you make code changes.\n\n#### Running the extension on Google Chrome\n\nFollow the steps below or our [video-tutorial](https://www.youtube.com/watch?v=kp90m3jY7HA).\n\n* Visit `chrome://extensions`\n* Enable \"Developer mode\"\n* Click \"Load unpacked extension...\"\n* Pick one of the directories:\n  * `build`, if you are a developer and has compiled the extension locally in your machine\n  * `releases/qa`, to use the QA version\n  * `releases/live`, to use the live version\n* The extension will appear on the toolbar\n\nIf you are not able to login using the browser extension on Chrome, make sure that the option \"Block third-party cookies\", under your browser configurations, is *disabled*. If you use an extension like AdBlock, you first need to disable the extension, then disable the \"Block third-party cookies\" option.\n\n#### Running the extension on Mozilla Firefox\n\n* Visit `about:debugging`\n* Click \"Load Temporary Add-on\"\n* Pick the `manifest.json` file inside one of the following directories:\n  * `build`, if you are a developer and has compiled the extension locally in your machine\n  * `releases/qa`, to use the QA version\n  * `releases/live`, to use the live version\n* The extension will appear on the toolbar\n\n#### Localization\n\nAs usual, localization is done on [Transifex](https://www.transifex.com/meedan/check-2/browser-extension/). You must have the `tx` client [installed](http://docs.transifex.com/client/setup/) on your computer and [configured](https://docs.transifex.com/client/client-configuration) to communicate with the Transifex server. You can send new strings to Transifex by running `npm run transifex:upload` and you can download translations from Transifex by running `npm run transifex:download`.\n\n#### Testing\n\n* You need `zip`, `rspec`, `geckodriver` and `chromedriver`.\n* Copy `test/config.yml.example` to `test/config.yml` and adjust the configurations.\n* Tests can be run with `npm run test`.\n\n### Release\n\n- Edit `public/manifest.json` and increment the version number\n- Create a new release via `npm run release:live` which will create the package `releases/live/live.zip`\n- Submit the package to Chrome Store and Firefox Store for review and publishing\n\n#### Chrome Store\n\n- Some permissions will require justification:\n  * `activeTab`: Send the current URL to Check\n  * `contextMenus`: Invoke the extension from a link on right-click\n\n#### Firefox Store\n\n- Nothing special is needed, just upload the ZIP\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeedan%2Fcheck-mark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeedan%2Fcheck-mark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeedan%2Fcheck-mark/lists"}