Pastebin.com

Pastebin Chrome Extension

Pastebin.com란 무엇입니까?

Pastebin.com은(는) https://pastebin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pastebin Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

Pastebin.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}