{"id":16229744,"url":"https://github.com/jerboa88/rtg-for-outlook","last_synced_at":"2025-04-08T05:43:47.301Z","repository":{"id":93593048,"uuid":"428875608","full_name":"jerboa88/rtg-for-outlook","owner":"jerboa88","description":"A browser extension that temporarily replaces private email content with random text for development purposes","archived":false,"fork":false,"pushed_at":"2024-07-29T04:21:49.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T22:01:35.523Z","etag":null,"topics":["addon","browser-extension","chrome","chrome-extension","chromium","edge","edge-extension","extension","firefox","firefox-addon","firefox-extension","javascript","microsoft-outlook","obfuscate-strings","opera","opera-extension","outlook","outlook-web","webextension"],"latest_commit_sha":null,"homepage":"https://johng.io/p/rtg-for-outlook","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/jerboa88.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":"2021-11-17T01:56:06.000Z","updated_at":"2024-07-29T04:21:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1c792b2-53ea-41bb-87e3-0379a0cf3042","html_url":"https://github.com/jerboa88/rtg-for-outlook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Frtg-for-outlook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Frtg-for-outlook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Frtg-for-outlook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerboa88%2Frtg-for-outlook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerboa88","download_url":"https://codeload.github.com/jerboa88/rtg-for-outlook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785920,"owners_count":20995642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["addon","browser-extension","chrome","chrome-extension","chromium","edge","edge-extension","extension","firefox","firefox-addon","firefox-extension","javascript","microsoft-outlook","obfuscate-strings","opera","opera-extension","outlook","outlook-web","webextension"],"created_at":"2024-10-10T12:59:06.321Z","updated_at":"2025-04-08T05:43:46.980Z","avatar_url":"https://github.com/jerboa88.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Project Header --\u003e\n\u003cdiv align=\"center\"\u003e \n  \u003cimg class=\"projectLogo\" src=\"icon.svg\" alt=\"Project logo\" title=\"Project logo\" width=\"256\"\u003e\n\n  \u003ch1 class=\"projectName\"\u003eRandom Text Generator for Outlook\u003c/h1\u003e\n\n  \u003cp class=\"projectBadges\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/type-Extension-ffc107.svg\" alt=\"Project type\" title=\"Project type\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/languages/top/jerboa88/rtg-for-outlook.svg\" alt=\"Language\" title=\"Language\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/repo-size/jerboa88/rtg-for-outlook.svg\" alt=\"Repository size\" title=\"Repository size\"\u003e\n    \u003ca href=\"LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/jerboa88/rtg-for-outlook.svg\" alt=\"Project license\" title=\"Project license\"/\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n  \n  \u003cp class=\"projectDesc\"\u003e\n    A browser extension that temporarily replaces private email content with random text for development purposes. This is used by the \u003ca href=\"https://github.com/jerboa88/dark-mode-for-outlook\"\u003eDark Mode for Outlook\u003c/a\u003e extension to generate screenshots that can be uploaded to extension stores.\n  \u003c/p\u003e\n  \n  \u003cbr/\u003e\n\u003c/div\u003e\n\n\n## Installation\nDownload the repository, run `npm install` to install dependencies, and build the project with `npm start`. Make sure you have npm and Node.js v10.0.0 or greater installed ([how?](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)). If you have any issues running the build script, you can perform all the steps in that script manually.\n\nNext, the build directory or zip file can be loaded into your browser of choice: [Chrome](https://developer.chrome.com/extensions/getstarted#manifest) / [Firefox](https://extensionworkshop.com/documentation/develop/temporary-installation-in-firefox/) / [Edge](https://docs.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#run-your-extension-locally-in-your-browser-while-developing-it-side-loading) / [Opera](https://dev.opera.com/extensions/testing/)\n\n\n## Usage\nInstall the extension and click the browser action button while on one of the following domains to run the replacement script:\n- http(s)://outlook.live.com/\n- http(s)://outlook.office.com/\n- http(s)://outlook.office365.com/\n- http(s)://support.office.live.com/\n\nSenders' names are replaced with random American names and attachments are hidden completely. Subjects, messages, and folders are replaced with random Lorem Ipsum text. See [Dark Mode for Outlook][dfmo_link] for example screenshots.\n\n## Contributing\nSince this project is small, we use a MAJOR.MINOR versioning system where the major version is bumped on breaking changes and the minor version is bumped on all other features and bug fixes.\n\n## License\nThis project is licensed under the [MIT License](LICENSE). This project includes various resources which carry their own copyright notices and license terms. See [LICENSE-THIRD-PARTY.md](LICENSE-THIRD-PARTY.md) for more details.\n\nOutlook is a trademark of Microsoft and this project is not affiliated with or endorsed by Microsoft in any way.\n\n\n[dfmo_link]: https://github.com/jerboa88/dark-mode-for-outlook\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerboa88%2Frtg-for-outlook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerboa88%2Frtg-for-outlook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerboa88%2Frtg-for-outlook/lists"}