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.

Co to jest View Furaffinity Text Submissions In Browser?

View Furaffinity Text Submissions In Browser to rozszerzenie Chrome opracowane przez knoton, a jego główną funkcją jest „Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia View Furaffinity Text Submissions In Browser

Pobierz pliki rozszerzeń View Furaffinity Text Submissions In Browser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa View Furaffinity Text Submissions In Browser View Furaffinity Text Submissions In Browser
ID bdangfloigjkflpipcbfngfdmagfghai
Oficjalny URL https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai
Opis Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.
Rozmiar pliku 3.52 KB
Liczba instalacji 51
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-11-22
Data Publikacji 2014-11-21
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper knoton
Typ Płatności free
Obsługiwane Języki 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
}