Develoption

Develoption

Was ist Develoption?

Develoption ist eine Chrome-Erweiterung, die von Mandragora Tools entwickelt wurde, und ihr Hauptmerkmal ist "Develoption".

Erweiterungsscreenshots

screenshot

Develoption-Erweiterungs-CRX-Datei herunterladen

Laden Sie Develoption-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

                        Es una extensión que nos proporciona un editor de códigos de programación para tenerlo siempre a mano, así como un sistema para guardar notas básicas y tenerlo todo organizado.
conmutando fácilmente entre una vista y otra, sencillo,práctico y útil.

[MODO EDITOR]

- Añadidos lenguajes:
  Javascript, Html, Sql, Plsql

- Busqueda:        ctrl+f
- Remplazar:       ctrl+shift+f
- Remplazar todo:  ctrl+shift+r
- Ir a una linea:  alt+g
- Auto completado.
- Selección de posición.


[MODO NOTAS]

- Añadido sistema para guardar páginas web mediante titulo y url:
 Ejemplo: (titulo: Google web: google.com).

- Añadido sistema para guardar páginas texto mediante titulo y contenido:
 Ejemplo: (titulo: soy un titulo texto: soy el texto).

- Sistema de Exportación / Importación 1.0.                    

Grundlegende Informationen zur Erweiterung

Name Develoption Develoption
ID nndfogijifkjfnlmmeppndkkajgadooo
Offizielle URL https://chromewebstore.google.com/detail/develoption/nndfogijifkjfnlmmeppndkkajgadooo
Beschreibung Develoption
Dateigröße 211 KB
Installationsanzahl 22
Aktuelle Version 0.0.1.1
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-07
Entwickler Mandragora Tools
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mandragoratools.xyz
Unterstützte Sprachen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Develoption",
    "version": "0.0.1.1",
    "description": "Develoption",
    "browser_action": {
        "default_title": "Develoption",
        "default_icon": "icono.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "clipboardRead",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "control.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}