Pastebin.com
Pastebin Chrome Extension
O que é Pastebin.com?
Pastebin.com é uma extensão do Chrome desenvolvida por https://pastebin.com, e sua principal característica é "Pastebin Chrome Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pastebin.com
Baixe arquivos de extensão Pastebin.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Pastebin.com |
ID | ghipmampnddcpdlppkkamoankmkmcbmh |
URL Oficial | https://chromewebstore.google.com/detail/pastebincom/ghipmampnddcpdlppkkamoankmkmcbmh |
Descrição | Pastebin Chrome Extension |
Tamanho do Arquivo | 157 KB |
Contagem de Instalações | 56,110 |
Versão Atual | 3.0.2 |
Última Atualização | 2018-05-16 |
Data de Publicação | 2018-05-16 |
Classificação | 4.20/5 Total de 201 Avaliações |
Desenvolvedor | https://pastebin.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pastebin.com |
URL da Página de Ajuda | https://pastebin.com/faq |
URL da Página de Política de Privacidade | https://pastebin.com/doc_privacy_statement |
Idiomas Suportados | 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" } |