{"id":18510924,"url":"https://github.com/amprew/github-bookmark-extension","last_synced_at":"2025-04-09T04:33:25.793Z","repository":{"id":42820515,"uuid":"260972981","full_name":"amprew/github-bookmark-extension","owner":"amprew","description":"A Google Chrome extension for bookmarking your favourite snippets of code! Keep less in your head and learn more.","archived":false,"fork":false,"pushed_at":"2023-01-06T07:18:20.000Z","size":1414,"stargazers_count":17,"open_issues_count":13,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-23T23:34:09.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/amprew.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}},"created_at":"2020-05-03T16:30:19.000Z","updated_at":"2025-03-14T00:31:26.000Z","dependencies_parsed_at":"2023-02-05T15:02:33.686Z","dependency_job_id":null,"html_url":"https://github.com/amprew/github-bookmark-extension","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/amprew%2Fgithub-bookmark-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amprew%2Fgithub-bookmark-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amprew%2Fgithub-bookmark-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amprew%2Fgithub-bookmark-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amprew","download_url":"https://codeload.github.com/amprew/github-bookmark-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980833,"owners_count":21027803,"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":[],"created_at":"2024-11-06T15:25:55.726Z","updated_at":"2025-04-09T04:33:25.118Z","avatar_url":"https://github.com/amprew.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Bookmarks Chrome Extension\n\nA chrome extension for managing your favourite snippets or files of codes. Keep notes / learn more / take a load of remembering.\n\n[View extension in chrome store](https://chrome.google.com/webstore/detail/github-bookmarks/ebokekkpmchijniaphcbknendmdafglf)\n\n\u003cimg src=\"/images/screenshots/bookmark-list.png\" width=\"600px\" /\u003e\n\n## Build production version\n\nAs Google Chrome extensions do not require a lot of the boilerplate files and build tools that working on a javascript project does - Docker is introduced to only include the necessary files and keep the extension small. The following commands are used to create this production version of the extension:\n\n*(before these commands are run please make sure you have your docker client running)*\n\n```\nimage_id=$(docker build . -q)\ncontainer_id=$(docker create $image_id)\ndocker cp $container_id:/extension.zip ./github-bookmark-extension.zip\ndocker rm $container_id\n```\n\n*(you can clean up the image with `docker rmi $image_id` unless you want to keep it for debugging)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famprew%2Fgithub-bookmark-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famprew%2Fgithub-bookmark-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famprew%2Fgithub-bookmark-extension/lists"}