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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } |