Pastebin.com

Pastebin Chrome Extension

Pastebin.comとは何ですか?

Pastebin.comはhttps://pastebin.comによって開発されたChromeの拡張機能で、その主な機能は「Pastebin Chrome Extension」です。

拡張機能のスクリーンショット

screenshot

Pastebin.com拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}