Pastebin Raw Text

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

Pastebin Raw Textとは何ですか?

Pastebin Raw TextはJonathan Perkinによって開発されたChromeの拡張機能で、その主な機能は「Redirect requests for pastebin.com paste URLs to the raw text version」です。

拡張機能のスクリーンショット

screenshot

Pastebin Raw Text拡張機能のCRXファイルをダウンロード

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\/*"
    ]
}