Pastebin Raw Text

Redirect requests for pastebin.com paste URLs to the raw text version

Τι είναι το Pastebin Raw Text;

Το Pastebin Raw Text είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Perkin, και η κύρια λειτουργία του είναι "Redirect requests for pastebin.com paste URLs to the raw text version".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Pastebin Raw Text

Λήψη αρχείων επέκτασης Pastebin Raw Text σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pastebin Raw Text Pastebin Raw Text
ID madpgppmbhecemnaicfpkokbookighmg
Επίσημο URL https://chromewebstore.google.com/detail/pastebin-raw-text/madpgppmbhecemnaicfpkokbookighmg
Περιγραφή Redirect requests for pastebin.com paste URLs to the raw text version
Μέγεθος Αρχείου 9.23 KB
Αριθμός Εγκαταστάσεων 841
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2017-08-26
Ημερομηνία Δημοσίευσης 2017-08-26
Αξιολόγηση 4.75/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Jonathan Perkin
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jperkin/pastebin-raw-text
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}