Pastebin Raw Text
Redirect requests for pastebin.com paste URLs to the raw text version
Qu'est-ce que Pastebin Raw Text ?
Pastebin Raw Text est une extension Chrome développée par Jonathan Perkin, et sa fonction principale est "Redirect requests for pastebin.com paste URLs to the raw text version".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pastebin Raw Text
Téléchargez les fichiers d'extension Pastebin Raw Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Pastebin Raw Text |
ID | madpgppmbhecemnaicfpkokbookighmg |
URL Officiel | https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg |
Description | Redirect requests for pastebin.com paste URLs to the raw text version |
Taille du Fichier | 9.23 KB |
Nombre d'Installations | 841 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2017-08-26 |
Date de Publication | 2017-08-26 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | Jonathan Perkin |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jperkin/pastebin-raw-text |
Langues Prises en Charge | 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\/*" ] } |