Quick Pastebin

Post your code to Pastebin easily from your browser

Quick Pastebinคืออะไร?

Quick Pastebin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rishabh Mahajan และคุณลักษณะหลักของมันคือ "Post your code to Pastebin easily from your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Pastebin

ดาวน์โหลดไฟล์ส่วนขยาย Quick Pastebin ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick Pastebin Quick Pastebin
ID hmdndbgnknnelnfjiehmllanaljnejmg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-pastebin/hmdndbgnknnelnfjiehmllanaljnejmg
คำอธิบาย Post your code to Pastebin easily from your browser
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 515
เวอร์ชันปัจจุบัน 0.0.9
อัปเดตครั้งล่าสุด 2013-09-13
วันที่เผยแพร่ 2013-09-12
คะแนน 3.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Rishabh Mahajan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rishabhmhjn/chrome-pastebin
URL หน้าช่วยเหลือ https://github.com/rishabhmhjn/chrome-pastebin/issues
ภาษาที่รองรับ 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"
    }
}