{"id":25883153,"url":"https://github.com/maxlath/time-capsule","last_synced_at":"2025-03-02T16:31:49.260Z","repository":{"id":53929426,"uuid":"64514214","full_name":"maxlath/time-capsule","owner":"maxlath","description":"A WebExtension to send links to your future self","archived":false,"fork":false,"pushed_at":"2024-11-17T20:52:18.000Z","size":2150,"stargazers_count":35,"open_issues_count":12,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-17T21:34:12.505Z","etag":null,"topics":["addon","bookmarks","browse-periodically","time-travel","webextension"],"latest_commit_sha":null,"homepage":"http://maxlath.eu/projects/time-capsule","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxlath.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-07-29T22:39:19.000Z","updated_at":"2024-11-17T20:52:22.000Z","dependencies_parsed_at":"2023-11-15T18:39:59.936Z","dependency_job_id":null,"html_url":"https://github.com/maxlath/time-capsule","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Ftime-capsule","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Ftime-capsule/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Ftime-capsule/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxlath%2Ftime-capsule/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxlath","download_url":"https://codeload.github.com/maxlath/time-capsule/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241537377,"owners_count":19978521,"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","bookmarks","browse-periodically","time-travel","webextension"],"created_at":"2025-03-02T16:31:48.342Z","updated_at":"2025-03-02T16:31:49.238Z","avatar_url":"https://github.com/maxlath.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTime Capsule\u003c/h1\u003e\n  \u003cimg src=\"https://github.com/maxlath/time-capsule/raw/main/img/banners/time-capsule-on-dark-sky-with-title-and-subtitle.jpg\" alt=\"banner\"\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\nThe best person to send you links matching your interests is a time traveling version of yourself: **create a time capsule by choosing when the current tab should be re-opened**; this will bookmark the current tab, and program to re-open it in the future, according to the choosen periodicity, be it an hour, a day, a month, a year, a decade!\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://cloud.githubusercontent.com/assets/1596934/26828135/5223ec72-4ac0-11e7-9099-85bd92414565.gif\" alt=\"popup-select\"\u003e\n\u003c/div\u003e\n\n## Summary\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n\n- [Install](#install)\n- [Context](#context)\n- [Development Setup](#development-setup)\n- [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Install\n* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/time-capsule/)\n* [Chrome](https://chrome.google.com/webstore/detail/time-capsule/mmpajmbpehdbemfblpmkfmmdampljkdi)\n\nIf you use a different browser that implements WebExtension, that shouldn't be hard to make it work for you too: make a request in the [issues](http://github.com/maxlath/time-capsule/issues) or on [mastodon](https://mastodon.social/@maxlath) to let me know, and I will see if that's possible.\n\n## Context\n\nThis is a reboot of the awesome, but out-dated, [Browse Periodically](https://addons.mozilla.org/en-US/firefox/addon/browse-periodically/) ([repo](https://github.com/masahal/BrowsePeriodically)):\n\n\u003e Browse sites you want to check periodically (every hour, day, week, month and so on). You can also use for reminding pages, for example, by browsing every month.\n\nI started working on it before Firefox was up to speed with WebExtension so had to let it sleep for a moment. Meanwhile, a team started working on [SnoozeTabs](https://github.com/bwinton/SnoozeTabs), it's quite similar, but TimeCapsule offers a few more things:\n- re-open tabs periodically (rather than just one time)\n- more flexibility to set the periodicity\n- more time-traveling jokes\n\n## Development Setup\n```sh\ngit clone https://github.com/maxlath/time-capsule\ncd time-capsule\n```\n* in Chrome\n  * open [`chrome://extensions`](chrome://extensions)\n  * tick the `developer mode` box\n  * click `load non packaged extension` and open the project's `extension` folder where the `manifest.json` file is\n\n* in Firefox: [instructions](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox)\n  * open [about:debugging](about:debugging)\n  * Load Temporary Add-on and select the `./extension` folder\n\n  See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Debugging to debug Browser Action popups\n\n## License\n[AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlath%2Ftime-capsule","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxlath%2Ftime-capsule","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxlath%2Ftime-capsule/lists"}