Pastebin Raw Text
Redirect requests for pastebin.com paste URLs to the raw text version
¿Qué es Pastebin Raw Text?
Pastebin Raw Text es una extensión de Chrome desarrollada por Jonathan Perkin, y su función principal es "Redirect requests for pastebin.com paste URLs to the raw text version".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Pastebin Raw Text
Descarga archivos de extensión Pastebin Raw Text en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Pastebin Raw Text |
ID | madpgppmbhecemnaicfpkokbookighmg |
URL Oficial | https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg |
Descripción | Redirect requests for pastebin.com paste URLs to the raw text version |
Tamaño del Archivo | 9.23 KB |
Cantidad de Instalaciones | 841 |
Versión Actual | 1.6 |
Última Actualización | 2017-08-26 |
Fecha de Publicación | 2017-08-26 |
Calificación | 4.75/5 Total de 8 Calificaciones |
Desarrollador | Jonathan Perkin |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jperkin/pastebin-raw-text |
Idiomas Soportados | 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\/*" ] } |