Pastebin.com

Pastebin Chrome Extension

Pastebin.comคืออะไร?

Pastebin.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pastebin.com และคุณลักษณะหลักของมันคือ "Pastebin Chrome Extension"

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

screenshot

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

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

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

                        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.                    

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

ชื่อ Pastebin.com Pastebin.com
ID ghipmampnddcpdlppkkamoankmkmcbmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh
คำอธิบาย Pastebin Chrome Extension
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 56,110
เวอร์ชันปัจจุบัน 3.0.2
อัปเดตครั้งล่าสุด 2018-05-16
วันที่เผยแพร่ 2018-05-16
คะแนน 4.20/5 รวมทั้งหมด 201 คะแนน
ผู้พัฒนา https://pastebin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pastebin.com
URL หน้าช่วยเหลือ https://pastebin.com/faq
URL หน้านโยบายความเป็นส่วนตัว https://pastebin.com/doc_privacy_statement
ภาษาที่รองรับ 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"
}