{"id":23177656,"url":"https://github.com/dimitrisniras/web-recorder-chrome-extension","last_synced_at":"2026-05-02T06:44:10.061Z","repository":{"id":83095315,"uuid":"101492680","full_name":"dimitrisniras/web-recorder-chrome-extension","owner":"dimitrisniras","description":"Web Recorder Chrome Extension","archived":false,"fork":false,"pushed_at":"2018-05-07T16:58:48.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T01:42:27.823Z","etag":null,"topics":["chrome","extension"],"latest_commit_sha":null,"homepage":"http://snf-750380.vm.okeanos.grnet.gr/","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/dimitrisniras.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}},"created_at":"2017-08-26T14:57:27.000Z","updated_at":"2018-11-22T12:43:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"48b0706a-5d15-4ce4-a244-66079d3951db","html_url":"https://github.com/dimitrisniras/web-recorder-chrome-extension","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimitrisniras/web-recorder-chrome-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Fweb-recorder-chrome-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Fweb-recorder-chrome-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Fweb-recorder-chrome-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Fweb-recorder-chrome-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimitrisniras","download_url":"https://codeload.github.com/dimitrisniras/web-recorder-chrome-extension/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimitrisniras%2Fweb-recorder-chrome-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32525896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["chrome","extension"],"created_at":"2024-12-18T06:35:59.280Z","updated_at":"2026-05-02T06:44:10.030Z","avatar_url":"https://github.com/dimitrisniras.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Recorder Chrome Extension\nWeb Recorder is an automated website testing and monitoring service that checks for problems with your website or application. It carries out operations in a browser, the same way a user would, to ensure that everything is working properly.\n\nYour browser tests are going to mimic a user's journey through your website or application, so why not create them via your own journey? Web Recorder provides a free Chrome recorder extension that allows you to record operations and assertions right in your web browser. Once you're done recording a test, it's saved to our cloud service. At that point, you can view, edit and automate the test within your account.\n\nMore information about the functionality of the extension can be found [here][documentation].\n\n[documentation]: http://snf-750380.vm.okeanos.grnet.gr/documentation\n\n## Installation\nIn order to install the Web Recorder Chrome Extension you have to follow these steps:\n1) Download and extract the repository locally in your PC\n2) Go to Chrome -\u003e More Tools -\u003e Extensions\n3) Enable Developer Mode\n4) Click Load unpacked extension...\n5) Navigate to the downloaded repository and click open\n\nNow you have successfully installed the extension in your PC. You'll see a Web Recorder Extension icon in your toolbar.\n\n## Use Extension with your own server\nIf you want to use the Extension with your own server you have to modify some files and then refresh the Extension page (step 2 from installation). The files that you have to modify are:\n1) background.js (serverURL)\n   ```\n    var active = false;\n    var empty = true;\n    var clicked = false;\n    var asserting = false;\n    var test_seq = [];\n    var serverURL = 'http://snf-750380.vm.okeanos.grnet.gr:4000/';\n\n    if (localStorage.getItem('currentUser'))\n      screen = 'start';\n    else\n      screen = 'login';\n    ...\n    ```\n2) popup.js (websiteURL, serverURL)\n   ```\n    var testName;\n    var suiteName;\n    var websiteURL = 'http://snf-750380.vm.okeanos.grnet.gr/';\n    var serverURL = 'http://snf-750380.vm.okeanos.grnet.gr:4000/';\n\n    function appear(screen) {\n      return document.querySelector(screen).style.display = \"block\";\n    }\n    ...\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrisniras%2Fweb-recorder-chrome-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimitrisniras%2Fweb-recorder-chrome-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimitrisniras%2Fweb-recorder-chrome-extension/lists"}