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.”。

扩展截图

screenshot

下载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 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
}