Codever

Save bookmarks, snippets or notes to Codever

Wat is Codever?

Codever is een Chrome-extensie ontwikkeld door https://www.codever.dev, en de belangrijkste functie is "Save bookmarks, snippets or notes to Codever".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Codever

Download Codever-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Codever Codever
ID diofdblfhjbpgackifolmboaiccmebjb
Officiële URL https://chromewebstore.google.com/detail/codever/diofdblfhjbpgackifolmboaiccmebjb
Beschrijving Save bookmarks, snippets or notes to Codever
Bestandsgrootte 51.79 KB
Aantal Installaties 171
Huidige Versie 4.0.0
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2020-06-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.codever.dev
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.codever.dev
Help Pagina-URL https://www.codever.dev/about
URL van de Privacybeleid Pagina https://www.codever.land/privacy-policy
Ondersteunde Talen 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"
}