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
官方網址 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\/*"
    ]
}