Pastebin.com
Pastebin Chrome Extension
Cos'è Pastebin.com?
Pastebin.com è un'estensione di Chrome sviluppata da https://pastebin.com, e la sua funzione principale è "Pastebin Chrome Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pastebin.com
Scarica i file di estensione Pastebin.com in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Pastebin.com |
ID | ghipmampnddcpdlppkkamoankmkmcbmh |
URL Ufficiale | https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh |
Descrizione | Pastebin Chrome Extension |
Dimensione del File | 157 KB |
Conteggio Installazioni | 56,110 |
Versione Corrente | 3.0.2 |
Ultimo Aggiornamento | 2018-05-16 |
Data di Pubblicazione | 2018-05-16 |
Valutazione | 4.20/5 Totale 201 Valutazioni |
Sviluppatore | https://pastebin.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pastebin.com |
URL della Pagina di Aiuto | https://pastebin.com/faq |
URL della Pagina della Politica sulla Privacy | https://pastebin.com/doc_privacy_statement |
Lingue Supportate | 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" } |