Pastebin.com

Pastebin Chrome Extension

Was ist Pastebin.com?

Pastebin.com ist eine Chrome-Erweiterung, die von https://pastebin.com entwickelt wurde, und ihr Hauptmerkmal ist "Pastebin Chrome Extension".

Erweiterungsscreenshots

screenshot

Pastebin.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pastebin.com-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

                        With this extension you can quickly paste any type of text to the website https://pastebin.com. The extension installs a small icon in your browser. When you highlight any text in Google Chrome and press the 'Pastebin' button, it will automatically paste the selected text into the textarea. When you press submit you will be presented with a unique URL where you can find your pasted text. You can customize the extension via the Options panel.                    

Grundlegende Informationen zur Erweiterung

Name Pastebin.com Pastebin.com
ID ghipmampnddcpdlppkkamoankmkmcbmh
Offizielle URL https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh
Beschreibung Pastebin Chrome Extension
Dateigröße 157 KB
Installationsanzahl 56,110
Aktuelle Version 3.0.2
Letztes Update 2018-05-16
Veröffentlichungsdatum 2018-05-16
Bewertung 4.20/5 Insgesamt 201 Bewertungen
Entwickler https://pastebin.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pastebin.com
Hilfeseite URL https://pastebin.com/faq
URL der Datenschutzrichtlinien-Seite https://pastebin.com/doc_privacy_statement
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon_48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Pastebin Chrome Extension"
    },
    "default_locale": "en",
    "description": "Pastebin Chrome Extension",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "38": "images\/icon_38.png",
        "19": "images\/icon_19.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "Pastebin.com",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/pastebin.com\/api\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2"
}