Q Word Count
Adds word count to the Quora answer editor.
Wat is Q Word Count?
Q Word Count is een Chrome-extensie ontwikkeld door http://christophersu.net, en de belangrijkste functie is "Adds word count to the Quora answer editor.".
Download het CRX-bestand van de extensie Q Word Count
Download Q Word Count-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Chrome extension to add word counts to the Quora answer editor.
Basisinformatie over de Extensie
Naam | |
ID | oldmfkjmkcmkablbafglffllaimkcaol |
Officiële URL | https://chrome.google.com/webstore/detail/q-word-count/oldmfkjmkcmkablbafglffllaimkcaol |
Beschrijving | Adds word count to the Quora answer editor. |
Bestandsgrootte | 59.09 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2014-08-14 |
Publicatiedatum | 2014-08-14 |
Ontwikkelaar | http://christophersu.net |
Betalingswijze | free |
Extensiewebsite | http://christophersu.net |
Help Pagina-URL | http://christophersu.net |
Ondersteunde Talen | 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 } |