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 - это расширение Chrome, разработанное knoton, и его основная функция - "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".
Снимки экрана расширения
Скачать файл CRX расширения View Furaffinity Text Submissions In Browser
Скачайте файлы расширений 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 |
Официальный 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 } |