Codever
Save bookmarks, snippets or notes to Codever
What is Codever?
Codever is a Chrome extension developed by https://www.codever.dev, and its main feature is "Save bookmarks, snippets or notes to Codever".
Extension Screenshots
Download Codever Extension CRX File
Download Codever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select text on page (optional), right click or click the extension icon to save the active tab URL either as a bookmark, snippet or note to www.codever.dev, the Bookmarks, Snippets and Notes Manager for Developers & Co *** Only when you select text on page you will be asked to save the entry as bookmark, snippet or note, otherwise will be saved as bookmark *** When triggering the extension a popup window with a form to input the metadata is displayed. Title, location, description (in case of bookmarks) are automatically filled for you, but you can adjust as you wish. Tags are also automatically filed in case of youtube videos or stackoverflow questions After adding it, you can review the details and close the form window. The extension is open source and available at https://github.com/CodeverDotDev/codever-browser-extension How To Guides are available a https://www.codever.dev/howto
Extension Basic Information
Name | Codever |
ID | diofdblfhjbpgackifolmboaiccmebjb |
Official URL | https://chromewebstore.google.com/detail/codever/diofdblfhjbpgackifolmboaiccmebjb |
Description | Save bookmarks, snippets or notes to Codever |
File Size | 51.79 KB |
Installation Count | 171 |
Current Version | 4.0.0 |
Last Updated | 2024-02-28 |
Publish Date | 2020-06-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.codever.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://www.codever.dev |
Help Page URL | https://www.codever.dev/about |
Privacy Policy Page URL | https://www.codever.land/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Codever", "version": "4.0.0", "description": "Save bookmarks, snippets or notes to Codever", "icons": { "16": "icons\/icon-blue-16.png", "48": "icons\/icon-blue-48.png", "128": "icons\/icon-blue-128.png" }, "permissions": [ "activeTab", "contextMenus", "scripting" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icons\/icon-blue-128.png" }, "homepage_url": "https:\/\/www.codever.dev" } |