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
电子邮箱 [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"
}