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
}