Pastebin.com

Pastebin Chrome Extension

Vad är Pastebin.com?

Pastebin.com är en Chrome-tillägg utvecklad av https://pastebin.com, och dess huvudfunktion är "Pastebin Chrome Extension".

Tilläggsskärmbilder

screenshot

Ladda ner Pastebin.com-förlängningens CRX-fil

Ladda ner Pastebin.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Pastebin.com Pastebin.com
ID ghipmampnddcpdlppkkamoankmkmcbmh
Officiell webbadress https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh
Beskrivning Pastebin Chrome Extension
Filstorlek 157 KB
Antal Installationer 56,110
Aktuell Version 3.0.2
Senast Uppdaterad 2018-05-16
Publiceringsdatum 2018-05-16
Betyg 4.20/5 Totalt 201 Betyg
Utvecklare https://pastebin.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://pastebin.com
Hjälpsida URL https://pastebin.com/faq
URL till Sekretesspolicy Sidan https://pastebin.com/doc_privacy_statement
Stödda Språk 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"
}