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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |