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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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\/*" ] } |