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 } |