Gerador de Dados no Botão Direito
Gera dados no campo de texto utilizando o botão direito. Simples, rápido e fácil.
Was ist Gerador de Dados no Botão Direito?
Gerador de Dados no Botão Direito ist eine Chrome-Erweiterung, die von extenseschrome entwickelt wurde, und ihr Hauptmerkmal ist "Gera dados no campo de texto utilizando o botão direito. Simples, rápido e fácil.".
Erweiterungsscreenshots
Gerador de Dados no Botão Direito-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gerador de Dados no Botão Direito-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
                        Gere dados de forma rápida e simples pelo botão direito do mouse. Ferramenta para auxiliar desenvolvedores e testers.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | gkgalhmfelbjbnhhbhfheafcbimfmohk | 
| Offizielle URL | https://chromewebstore.google.com/detail/gerador-de-dados-no-bot%C3%A3o/gkgalhmfelbjbnhhbhfheafcbimfmohk | 
| Beschreibung | Gera dados no campo de texto utilizando o botão direito. Simples, rápido e fácil. | 
| Dateigröße | 9.99 KB | 
| Installationsanzahl | 85 | 
| Aktuelle Version | 0.3 | 
| Letztes Update | 2016-08-23 | 
| Veröffentlichungsdatum | 2016-08-23 | 
| Bewertung | 4.33/5 Insgesamt 3 Bewertungen | 
| Entwickler | extenseschrome | 
| Zahlungsart | free | 
| Unterstützte Sprachen | pt-BR | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gerador de Dados no Bot\u00e3o Direito",
    "description": "Gera dados no campo de texto utilizando o bot\u00e3o direito. Simples, r\u00e1pido e f\u00e1cil.",
    "version": "0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "index.js",
            "utils.js"
        ]
    },
    "manifest_version": 2
}  |  |