Pastebin.com
Pastebin Chrome Extension
Wat is Pastebin.com?
Pastebin.com is een Chrome-extensie ontwikkeld door https://pastebin.com, en de belangrijkste functie is "Pastebin Chrome Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Pastebin.com
Download Pastebin.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Pastebin.com |
ID | ghipmampnddcpdlppkkamoankmkmcbmh |
Officiële URL | https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh |
Beschrijving | Pastebin Chrome Extension |
Bestandsgrootte | 157 KB |
Aantal Installaties | 56,110 |
Huidige Versie | 3.0.2 |
Laatst Bijgewerkt | 2018-05-16 |
Publicatiedatum | 2018-05-16 |
Beoordeling | 4.20/5 Totaal 201 Beoordelingen |
Ontwikkelaar | https://pastebin.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pastebin.com |
Help Pagina-URL | https://pastebin.com/faq |
URL van de Privacybeleid Pagina | https://pastebin.com/doc_privacy_statement |
Ondersteunde Talen | 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" } |