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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } |