Pastebin.com
Pastebin Chrome Extension
What is Pastebin.com?
Pastebin.com is a Chrome extension developed by https://pastebin.com, and its main feature is "Pastebin Chrome Extension".
Extension Screenshots
Download Pastebin.com Extension CRX File
Download Pastebin.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Pastebin.com |
ID | ghipmampnddcpdlppkkamoankmkmcbmh |
Official URL | https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh |
Description | Pastebin Chrome Extension |
File Size | 157 KB |
Installation Count | 56,110 |
Current Version | 3.0.2 |
Last Updated | 2018-05-16 |
Publish Date | 2018-05-16 |
Rating | 4.20/5 Total 201 Ratings |
Developer | https://pastebin.com |
[email protected] | |
Payment Type | free |
Extension Website | https://pastebin.com |
Help Page URL | https://pastebin.com/faq |
Privacy Policy Page URL | https://pastebin.com/doc_privacy_statement |
Supported Languages | 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" } |