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”。
扩展截图
下载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 |
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\/*" ] } |