Pastebin.com

Pastebin Chrome Extension

Pastebin.com là gì?

Pastebin.com là một tiện ích mở rộng Chrome được phát triển bởi https://pastebin.com, và tính năng chính của nó là "Pastebin Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pastebin.com

Tải xuống các tệp mở rộng Pastebin.com dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pastebin.com Pastebin.com
ID ghipmampnddcpdlppkkamoankmkmcbmh
URL Chính Thức https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh
Mô tả Pastebin Chrome Extension
Kích Thước Tệp 157 KB
Số Lần Cài Đặt 56,110
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2018-05-16
Ngày Phát Hành 2018-05-16
Đánh Giá 4.20/5 Tổng số 201 Đánh Giá
Nhà Phát Triển https://pastebin.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pastebin.com
URL Trang Trợ Giúp https://pastebin.com/faq
URL Trang Chính Sách Bảo Mật https://pastebin.com/doc_privacy_statement
Ngôn Ngữ Được Hỗ Trợ 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"
}