Quick Pastebin

Post your code to Pastebin easily from your browser

Qu'est-ce que Quick Pastebin ?

Quick Pastebin est une extension Chrome développée par Rishabh Mahajan, et sa fonction principale est "Post your code to Pastebin easily from your browser".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Quick Pastebin

Téléchargez les fichiers d'extension Quick Pastebin 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

                        Quickly post your code to pastebin from this chrome browser extension.

The code for this extension is open-sourced at https://github.com/rishabhmhjn/chrome-pastebin 

If you have any suggestion/issue/request, please create a new issue at https://github.com/rishabhmhjn/chrome-pastebin/issues                    

Informations de Base sur l'Extension

Nom Quick Pastebin Quick Pastebin
ID hmdndbgnknnelnfjiehmllanaljnejmg
URL Officiel https://chromewebstore.google.com/detail/quick-pastebin/hmdndbgnknnelnfjiehmllanaljnejmg
Description Post your code to Pastebin easily from your browser
Taille du Fichier 130 KB
Nombre d'Installations 515
Version Actuelle 0.0.9
Dernière Mise à Jour 2013-09-13
Date de Publication 2013-09-12
Évaluation 3.30/5 Total 10 Évaluations
Développeur Rishabh Mahajan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/rishabhmhjn/chrome-pastebin
URL de la Page d'Aide https://github.com/rishabhmhjn/chrome-pastebin/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.9",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/pastebin.com\/api\/"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    }
}