View Furaffinity Text Submissions In Browser
Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
ما هو View Furaffinity Text Submissions In Browser؟
View Furaffinity Text Submissions In Browser هو إضافة Chrome تم تطويرها بواسطة knoton، والميزة الرئيسية لها هي "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة View Furaffinity Text Submissions In Browser
قم بتنزيل ملفات الامتداد View Furaffinity Text Submissions In Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a '[View]' link next to the download link of Furaffinity submissions. This link opens the submission in Google's document preview tool, letting you read text filetypes that Furaffinity won't display without downloading them yourself. In the interest of transparency, you can view the content of the single script that makes up this extension on pastebin: http://pastebin.com/RMSz9HUD
معلومات أساسية عن التمديد
الاسم | View Furaffinity Text Submissions In Browser |
ID | bdangfloigjkflpipcbfngfdmagfghai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai |
الوصف | Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them. |
حجم الملف | 3.52 KB |
عدد التثبيتات | 51 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-11-22 |
تاريخ النشر | 2014-11-21 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | knoton |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "http:\/\/*.furaffinity.net\/*", "https:\/\/*.furaffinity.net\/*" ], "run_at": "document_idle" } ], "name": "View Furaffinity Text Submissions In Browser", "description": "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.", "version": "1.1", "manifest_version": 2 } |