Pastebin.com

Pastebin Chrome Extension

Что такое Pastebin.com?

Pastebin.com - это расширение Chrome, разработанное https://pastebin.com, и его основная функция - "Pastebin Chrome Extension".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Pastebin.com

Скачайте файлы расширений 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"
}