CopyPaste

Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.

Was ist CopyPaste?

CopyPaste ist eine Chrome-Erweiterung, die von Felipe Nolleto entwickelt wurde, und ihr Hauptmerkmal ist "Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CopyPaste-Erweiterungs-CRX-Datei herunterladen

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

                        Permite que você salve frases ou palavras que você usa com frequência, e copia-las para área de transferência ou colar direto no lugar aonde você deseja.                    

Grundlegende Informationen zur Erweiterung

Name CopyPaste CopyPaste
ID icmoogdmojecgjphlaghlciiajddhljm
Offizielle URL https://chromewebstore.google.com/detail/copypaste/icmoogdmojecgjphlaghlciiajddhljm
Beschreibung Guarde frases que você geralmente usa todos os dias e copie ou cole elas facilmente.
Dateigröße 88.7 KB
Installationsanzahl 71
Aktuelle Version 1.0.1
Letztes Update 2015-01-13
Veröffentlichungsdatum 2015-01-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Felipe Nolleto
Zahlungsart free
Erweiterungswebsite https://github.com/nolleto/CopyPaste
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyPaste",
    "description": "Guarde frases que voc\u00ea geralmente usa todos os dias e copie ou cole elas facilmente.",
    "version": "1.0.1",
    "permissions": [
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "\/images\/icon_copy.png",
        "default_popup": "\/html\/index.html"
    },
    "background": {
        "page": "\/html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/icon_copy.png",
        "48": "\/images\/icon_copy.png",
        "128": "\/images\/icon_copy.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}