Quick Pastebin

Post your code to Pastebin easily from your browser

Apa itu Quick Pastebin?

Quick Pastebin adalah ekstensi Chrome yang dikembangkan oleh Rishabh Mahajan, dan fitur utamanya adalah "Post your code to Pastebin easily from your browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Pastebin

Unduh file ekstensi Quick Pastebin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Quick Pastebin Quick Pastebin
ID hmdndbgnknnelnfjiehmllanaljnejmg
URL Resmi https://chromewebstore.google.com/detail/quick-pastebin/hmdndbgnknnelnfjiehmllanaljnejmg
Deskripsi Post your code to Pastebin easily from your browser
Ukuran File 130 KB
Jumlah Instalasi 515
Versi Saat Ini 0.0.9
Terakhir Diperbarui 2013-09-13
Tanggal Publikasi 2013-09-12
Penilaian 3.30/5 Total 10 Penilaian
Pengembang Rishabh Mahajan
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rishabhmhjn/chrome-pastebin
URL Halaman Bantuan https://github.com/rishabhmhjn/chrome-pastebin/issues
Bahasa yang Didukung 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"
    }
}