Q Word Count
Adds word count to the Quora answer editor.
Vad är Q Word Count?
Q Word Count är en Chrome-tillägg utvecklad av http://christophersu.net, och dess huvudfunktion är "Adds word count to the Quora answer editor.".
Ladda ner Q Word Count-förlängningens CRX-fil
Ladda ner Q Word Count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Chrome extension to add word counts to the Quora answer editor.
Grundläggande Information om Tillägg
Namn | |
ID | oldmfkjmkcmkablbafglffllaimkcaol |
Officiell webbadress | https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol |
Beskrivning | Adds word count to the Quora answer editor. |
Filstorlek | 59.09 KB |
Antal Installationer | 21 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2014-08-14 |
Publiceringsdatum | 2014-08-14 |
Utvecklare | http://christophersu.net |
Betalningssätt | free |
Tilläggswebbplats | http://christophersu.net |
Hjälpsida URL | http://christophersu.net |
Stödda Språk | 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 } |