Pastebin.com

Pastebin Chrome Extension

Qu'est-ce que Pastebin.com ?

Pastebin.com est une extension Chrome développée par https://pastebin.com, et sa fonction principale est "Pastebin Chrome Extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pastebin.com

Téléchargez les fichiers d'extension Pastebin.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pastebin.com Pastebin.com
ID ghipmampnddcpdlppkkamoankmkmcbmh
URL Officiel https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh
Description Pastebin Chrome Extension
Taille du Fichier 157 KB
Nombre d'Installations 56,110
Version Actuelle 3.0.2
Dernière Mise à Jour 2018-05-16
Date de Publication 2018-05-16
Évaluation 4.20/5 Total 201 Évaluations
Développeur https://pastebin.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pastebin.com
URL de la Page d'Aide https://pastebin.com/faq
URL de la Page de Politique de Confidentialité https://pastebin.com/doc_privacy_statement
Langues Prises en Charge 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"
}