Pastebin Raw Text
Redirect requests for pastebin.com paste URLs to the raw text version
O que é Pastebin Raw Text?
Pastebin Raw Text é uma extensão do Chrome desenvolvida por Jonathan Perkin, e sua principal característica é "Redirect requests for pastebin.com paste URLs to the raw text version".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pastebin Raw Text
Baixe arquivos de extensão Pastebin Raw Text 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
This extension looks for requests to http://pastebin.com/ and if the request is for a valid paste will automatically redirect the request to the raw version. This is useful for users and developers who wish to just see the paste text without all the adverts, banner images, duplicate text and syntax highlighting.
Informações Básicas da Extensão
Nome | Pastebin Raw Text |
ID | madpgppmbhecemnaicfpkokbookighmg |
URL Oficial | https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg |
Descrição | Redirect requests for pastebin.com paste URLs to the raw text version |
Tamanho do Arquivo | 9.23 KB |
Contagem de Instalações | 841 |
Versão Atual | 1.6 |
Última Atualização | 2017-08-26 |
Data de Publicação | 2017-08-26 |
Classificação | 4.75/5 Total de 8 Avaliações |
Desenvolvedor | Jonathan Perkin |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jperkin/pastebin-raw-text |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pastebin Raw Text", "short_name": "pastebin.txt", "version": "1.6", "description": "Redirect requests for pastebin.com paste URLs to the raw text version", "homepage_url": "https:\/\/github.com\/jperkin\/pastebin-raw-text", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/pastebin.com\/*" ] } |