{"id":21024871,"url":"https://github.com/codeverdotdev/codever-browser-extension","last_synced_at":"2025-05-15T08:33:40.876Z","repository":{"id":76018671,"uuid":"232250298","full_name":"CodeverDotDev/codever-browser-extension","owner":"CodeverDotDev","description":"Chrome extension to help you easily save bookmarks and snippets to www.codever.dev","archived":false,"fork":false,"pushed_at":"2024-02-28T10:51:59.000Z","size":54414,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T07:11:18.430Z","etag":null,"topics":["bookmark-manager","bookmarklet","bookmarks","bookmarks-manager","chrome-extension"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/codever/diofdblfhjbpgackifolmboaiccmebjb","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/CodeverDotDev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-07T05:35:52.000Z","updated_at":"2025-01-24T14:15:09.000Z","dependencies_parsed_at":"2024-02-28T11:54:54.324Z","dependency_job_id":null,"html_url":"https://github.com/CodeverDotDev/codever-browser-extension","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeverDotDev%2Fcodever-browser-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeverDotDev%2Fcodever-browser-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeverDotDev%2Fcodever-browser-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeverDotDev%2Fcodever-browser-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeverDotDev","download_url":"https://codeload.github.com/CodeverDotDev/codever-browser-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254304834,"owners_count":22048478,"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":["bookmark-manager","bookmarklet","bookmarks","bookmarks-manager","chrome-extension"],"created_at":"2024-11-19T11:29:03.150Z","updated_at":"2025-05-15T08:33:35.861Z","avatar_url":"https://github.com/CodeverDotDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Codever Browser Extension\n---\nBrowser extension to easily save bookmarks, code snippets or notes from the web to [www.codever.dev](https://www.codever.dev),\n the Bookmarks, Snippets and Notes Manager for Developers \u0026 Co.\n \n## Install\nThis browser extension is available for:\n\n| [![Chrome](assets/img/chrome-logo-48.png)](https://chrome.google.com/webstore/detail/codever/diofdblfhjbpgackifolmboaiccmebjb) | [![Chrome](assets/img/firefox-logo-48.png)](https://addons.mozilla.org/addon/codever/) \n|:---:|:---:|\n| [Chrome](https://chrome.google.com/webstore/detail/codever/diofdblfhjbpgackifolmboaiccmebjb)| [Firefox](https://addons.mozilla.org/addon/codever/) \n\n\u003e If you can't use Browser Extensions, or you have a tight security blocking pop-up windows from extensions \n\u003e (**Firefox blocks new windows from pages by default**) you can use [our bookmarklet](https://www.codever.dev/howto/bookmarklet)\n\u003e which offer the same functionality \n\n## How to use  \n\n**Right click** OR **click the extension icon** to save as bookmark, snippet or note to [Codever](https://www.codever.dev)\n- if you make a selection on the web page you will be asked to save as new **snippet**, **bookmark** or **note**\n- when bookmarking youtube videos and stackoverflow questions the **tags** are auto-completed\n\n### Save bookmark\n\n![Save bookmark demo](assets/img/gif/codever-save-bookmarks-800x454.gif)\n\n### Save snippet\n\n![Save snippet demo](assets/img/gif/codever-save-snippet-800x454.gif)\n\n\n## Testing locally\n\nCheck out the git repository - `git clone https://github.com/CodeverDotDev/codever-browser-extension.git`\n\n## Chrome/Brave\nGo to [chrome://extensions/](chrome://extensions/), click **Load unpacked** and select the `codever-browser-extension`\nwhere you have checked it out:\n\n![Install locally](assets/img/chrome-install-locally-and-reload-extension.png)\n\n\u003e Click \"Reload\" on the extension when you do modifications \n\n### Firefox\n\n#### Use [web-ext](https://github.com/mozilla/web-ext)\nThe easiest way is to use [web-ext](https://github.com/mozilla/web-ext)\n You can install it globally for example via\n\n```\nnpm install --global web-ext\n```\n\nand then run the following command in the root directory of the project\n\n```\nweb-ext run\n```\n\nThis installs **Codever** as a temporary add-on, and it watches for changes in the source code\nand **redeploys automatically**.\n\n#### Manual deployment\n\nGo to [about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox), click **Load Temporary Add-on...**\n and select the `manifest.json` file from the `save-code-to-bookmarks.dev-browser-extension` folder where you have checked it out:\n\n![Install locally on Firefox](assets/img/chrome-install-locally-and-reload-extension.png)\n\n### Test the extension against the [`localhost`](https://github.com/CodeverDotDev/codever) version of Codever\n\nChange the following line in [launch-codever-dialog.js](launch-codever-dialog.js):\n```\nopen('https://www.codever.dev/new-entry?url=' + encodeURIComponent(l) + '\u0026desc=' + encodeURIComponent(d) + '\u0026title=' + encodeURIComponent(t) + '\u0026popup=true', 'Codever.dev', features);\n```\nto\n```\nopen('http://localhost:4200/personal/new?url=' + encodeURIComponent(l) + '\u0026desc=' + encodeURIComponent(d) + '\u0026title=' + encodeURIComponent(t) + '\u0026popup=true', 'Codever.dev', features);\n```\n\nand Reload the extension \n\n## Publish browser extension to official stores\n\nFirst of all zip the file either with `web-ext`\n\n```\nweb-ext build -i 'resources' 'assets' 'README.md' 'CHANGELOG.md'\n\n## with overwrite \nweb-ext build --overwrite-dest -i 'resources' 'assets' 'README.md' 'CHANGELOG.md' \n```\n\nor with the _standard_ `zip` command:\n\n```shell\nzip -r codever.browser.extension-4.0.0.zip * -x *.idea* *.git* '*resources/*' '*assets/*' \"*README.md*\" \"*CHANGELOG.md*\" '*web-ext-artifacts/*'\n```\n\n### Publish to Google Chrome Webstore\n\nGo to [Chrome Webstore Dashboard](https://chrome.google.com/webstore/developer/dashboard) where\nyou upload the .zip file. Wait for a couple of business days for an approval.\n\n### Publish to [Firefox Webstore](https://extensionworkshop.com/documentation/publish/)\n\nGo to [Add-ons page](https://addons.mozilla.org/en-US/developers/addons) and submit the new addon\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeverdotdev%2Fcodever-browser-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeverdotdev%2Fcodever-browser-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeverdotdev%2Fcodever-browser-extension/lists"}