Codesnip - Increase your productivity

Codesnip.net is a snippet manager designed to increase your productivity as a developer!

Was ist Codesnip - Increase your productivity?

Codesnip - Increase your productivity ist eine Chrome-Erweiterung, die von https://codesnip.net entwickelt wurde, und ihr Hauptmerkmal ist "Codesnip.net is a snippet manager designed to increase your productivity as a developer!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Codesnip - Increase your productivity-Erweiterungs-CRX-Datei herunterladen

Laden Sie Codesnip - Increase your productivity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Powerful for {developers}. increase your productivity.

Codesnip.net is the best place to keep all your code snippets


Boost your productivity
The pro's way of remembering, all your code snippets, organized in one place

Search
Agile and fast search when looking for your code snippets.

Unlimited collections
Easily organize your code snippets, customize your collections with icons.

Don't waste time rewriting code!                    

Grundlegende Informationen zur Erweiterung

Name Codesnip - Increase your productivity Codesnip - Increase your productivity
ID cgnidfgnfigbjanbddnlgianomnbgmam
Offizielle URL https://chromewebstore.google.com/detail/codesnip-increase-your-pr/cgnidfgnfigbjanbddnlgianomnbgmam
Beschreibung Codesnip.net is a snippet manager designed to increase your productivity as a developer!
Dateigröße 1.02 MB
Installationsanzahl 169
Aktuelle Version 1.2
Letztes Update 2022-08-19
Veröffentlichungsdatum 2022-08-16
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler https://codesnip.net
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://codesnip.net
Hilfeseite URL https://codesnip.net/support
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Codesnip - Increase your productivity",
    "version": "1.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/codesnip.com.br\/*",
                "https:\/\/codesnip.net\/*"
            ],
            "js": [
                ".\/contentScripts.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/codesnip.net",
        "https:\/\/codesnip.net\/*",
        "https:\/\/codesnip.com.br\/*",
        "http:\/\/codesnip.test\/*"
    ],
    "description": "Codesnip.net is a snippet manager designed to increase your productivity as a developer!",
    "icons": {
        "16": "assets\/icons\/icon_16.png",
        "32": "assets\/icons\/icon_32.png",
        "64": "assets\/icons\/icon_64.png",
        "128": "assets\/icons\/icon_128.png"
    }
}