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.
O que é View Furaffinity Text Submissions In Browser?
View Furaffinity Text Submissions In Browser é uma extensão do Chrome desenvolvida por knoton, e sua principal característica é "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão View Furaffinity Text Submissions In Browser
Baixe arquivos de extensão View Furaffinity Text Submissions In Browser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | View Furaffinity Text Submissions In Browser |
ID | bdangfloigjkflpipcbfngfdmagfghai |
URL Oficial | https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai |
Descrição | Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them. |
Tamanho do Arquivo | 3.52 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.1 |
Última Atualização | 2014-11-22 |
Data de Publicação | 2014-11-21 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | knoton |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |