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.

Was ist View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser ist eine Chrome-Erweiterung, die von knoton entwickelt wurde, und ihr Hauptmerkmal ist "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".

Erweiterungsscreenshots

screenshot

View Furaffinity Text Submissions In Browser-Erweiterungs-CRX-Datei herunterladen

Laden Sie View Furaffinity Text Submissions In Browser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
Offizielle URL https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Beschreibung Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Dateigröße 3.52 KB
Installationsanzahl 51
Aktuelle Version 1.1
Letztes Update 2014-11-22
Veröffentlichungsdatum 2014-11-21
Bewertung 3.00/5 Insgesamt 1 Bewertungen
Entwickler knoton
Zahlungsart free
Unterstützte Sprachen 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
}