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.
Qu'est-ce que View Furaffinity Text Submissions In Browser ?
View Furaffinity Text Submissions In Browser est une extension Chrome développée par knoton, et sa fonction principale est "Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension View Furaffinity Text Submissions In Browser
Téléchargez les fichiers d'extension View Furaffinity Text Submissions In Browser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | View Furaffinity Text Submissions In Browser |
ID | bdangfloigjkflpipcbfngfdmagfghai |
URL Officiel | https://chromewebstore.google.com/detail/view-furaffinity-text-sub/bdangfloigjkflpipcbfngfdmagfghai |
Description | Adds '[View]' link next to the download link of FA submissions. Read text files that FA won't display without downloading them. |
Taille du Fichier | 3.52 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-11-22 |
Date de Publication | 2014-11-21 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | knoton |
Type de Paiement | free |
Langues Prises en Charge | 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 } |