Pastebin Raw Text
Redirect requests for pastebin.com paste URLs to the raw text version
Hvad er Pastebin Raw Text?
Pastebin Raw Text er en Chrome-udvidelse udviklet af Jonathan Perkin, og dens hovedfunktion er "Redirect requests for pastebin.com paste URLs to the raw text version".
Udvidelsesskærmbilleder
Download Pastebin Raw Text-udvidelses-CRX-fil
Download Pastebin Raw Text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Pastebin Raw Text |
ID | madpgppmbhecemnaicfpkokbookighmg |
Officiel URL | https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg |
Beskrivelse | Redirect requests for pastebin.com paste URLs to the raw text version |
Filstørrelse | 9.23 KB |
Antal Installationer | 841 |
Nuværende Version | 1.6 |
Senest Opdateret | 2017-08-26 |
Udgivelsesdato | 2017-08-26 |
Bedømmelse | 4.75/5 Samlet 8 Bedømmelser |
Udvikler | Jonathan Perkin |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jperkin/pastebin-raw-text |
Understøttede Sprog | 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\/*" ] } |