Vocareum Anti-Anti-Paste
Allows pasting in the Vocareum online IDE
Wat is Vocareum Anti-Anti-Paste?
Vocareum Anti-Anti-Paste is een Chrome-extensie ontwikkeld door Austen Morgan, en de belangrijkste functie is "Allows pasting in the Vocareum online IDE".
Extensie Screenshots
Download het CRX-bestand van de extensie Vocareum Anti-Anti-Paste
Download Vocareum Anti-Anti-Paste-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
                        :)                     Basisinformatie over de Extensie
| Naam |   |  
| ID | jhgbfdiolpkmboeajbkdfmakojdklgkc | 
| Officiële URL | https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc | 
| Beschrijving | Allows pasting in the Vocareum online IDE | 
| Bestandsgrootte | 40.29 KB | 
| Aantal Installaties | 77 | 
| Huidige Versie | 1.0.0 | 
| Laatst Bijgewerkt | 2018-11-12 | 
| Publicatiedatum | 2018-11-12 | 
| Ontwikkelaar | Austen Morgan | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocareum Anti-Anti-Paste",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Allows pasting in the Vocareum online IDE",
    "homepage_url": "http:\/\/github.com\/austencm\/vocareum-anti-anti-paste",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/*.vocareum.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vocareum.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}  |  |