Q Word Count
Adds word count to the Quora answer editor.
Τι είναι το Q Word Count;
Το Q Word Count είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://christophersu.net, και η κύρια λειτουργία του είναι "Adds word count to the Quora answer editor.".
Λήψη αρχείου CRX της επέκτασης Q Word Count
Λήψη αρχείων επέκτασης Q Word Count σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A Chrome extension to add word counts to the Quora answer editor.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | oldmfkjmkcmkablbafglffllaimkcaol |
Επίσημο URL | https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol |
Περιγραφή | Adds word count to the Quora answer editor. |
Μέγεθος Αρχείου | 59.09 KB |
Αριθμός Εγκαταστάσεων | 21 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2014-08-14 |
Ημερομηνία Δημοσίευσης | 2014-08-14 |
Προγραμματιστής | http://christophersu.net |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://christophersu.net |
Διεύθυνση URL της Σελίδας Βοήθειας | http://christophersu.net |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Q Word Count", "version": "0.2", "author": "Christopher Su", "homepage_url": "https:\/\/github.com\/csu\/quora-word-count", "description": "Adds word count to the Quora answer editor.", "content_scripts": [ { "matches": [ "*:\/\/*.quora.com\/*" ], "js": [ "jquery-1.11.1.min.js", "word-count.min.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |