TestInSeconds Express
Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!
Τι είναι το TestInSeconds Express;
Το TestInSeconds Express είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Computer Aid, Inc., και η κύρια λειτουργία του είναι "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TestInSeconds Express
Λήψη αρχείων επέκτασης TestInSeconds Express σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
TestInSeconds makes testing your websites easier than ever by checking your pages for broken links, typos, cross-browser inconsistences and more. This Chrome extension allows you to check for all these things with a single click!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gdfhfgjoaflidflnojohaelbdgfagjnc |
Επίσημο URL | https://chrome.google.com/webstore/detail/testinseconds-express/gdfhfgjoaflidflnojohaelbdgfagjnc |
Περιγραφή | Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click! |
Μέγεθος Αρχείου | 212 KB |
Αριθμός Εγκαταστάσεων | 25 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-10-09 |
Ημερομηνία Δημοσίευσης | 2014-10-09 |
Προγραμματιστής | Computer Aid, Inc. |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TestInSeconds Express", "description": "Check a web page for typos, dead links, performance problems, and take cross-browser screenshots, all with a single click!", "version": "1.1", "icons": { "128": "img\/icon.png" }, "permissions": [ "storage", "tabs", "https:\/\/account.testinseconds.com\/" ], "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" } } |