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是由knoton開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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 } |