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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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\/*" ] } |