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
官方網址 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"
}