screenreader for Quora
Screenreader for quora with many functions as upvote downvote share comment etc
screenreader for Quora là gì?
screenreader for Quora là một tiện ích mở rộng Chrome được phát triển bởi http://sktguha.blogspot.com, và tính năng chính của nó là "Screenreader for quora with many functions as upvote downvote share comment etc".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng screenreader for Quora
Tải xuống các tệp mở rộng screenreader for Quora dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A screenreader in chrome for blind people and also normal-sighted people who may just need to give their eyes a break so here are basic functionalities keymap. (Please note this is not an official extension from quora. I am not affiliated to quora) TO start with , after installing the extension navigate to www.quora.com and press / key on your keyboard. Thus the first question in the feed will be selected and SPOKEN aloud. similiarly (.) key for jumping to previous question. If you are on a question for more than 1.5 secs the answer is automatically expanded VIDEO TUTORIAL (on youtube) : http://youtu.be/V8B3Hy8wfas KEYMAP General / - jump to next question or (next answer in a page for one question only ex www.quora.com/what-are-the-etc ) . - jump to prev question or (prev answer in a page for one question only) u - upvote the current answer/question( hereafter current refers to the questions/answer where the beginning of text selection lies) d - downvote the current answer/question s - share the current answer/question (for sharing pressing s will share the answer without any more confirmation) c - read comments. only reading comments is supported not writing. feautures like upvote downvote etc won't work properly while on comments n - open quora.com/notifications in a new tab q - To read the current question without moving focus long press q - open the current question in a new tab t - Read the tag of the question long press t - open the tag in a new tab Text Navigation , - jump to next line and read it m - jump to previous line and read it ' - jump forward until next punctuation mark (any one of [';',':','.','(',')',',','\n','?'] ) and read it ' - jump backword until prev punctuation mark (any one of [';',':','.','(',')',',','\n','?'] ) and read it ] - jump to next word and read it [ - jump to prev word and read it Others w - where am I key. Reads the current title on the title bar enter key - if any clickable link exists under the current text selection , it triggers click. Not fully supported Find this project on github : https://github.com/sktguha/screenreader-Quora If you feel you are lost just press . or / key. It will jump to next question LIMITATIONS -Not working properly at reading notifications -doesn't allow to write answer -no keymap, voice properties customisation -doesn't read notifications properly - other elements as search etc not supported yet contact me gmail : [email protected] on linkedln http://in.linkedin.com/pub/saikat-guha/8a/347/a15 on facebook https://www.facebook.com/saikat.guha.71
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bnfnieeggjcbilkjkgbaebeenonchgmf |
URL Chính Thức | https://chrome.google.com/webstore/detail/screenreader-for-quora/bnfnieeggjcbilkjkgbaebeenonchgmf |
Mô tả | Screenreader for quora with many functions as upvote downvote share comment etc |
Kích Thước Tệp | 43.01 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2015-01-21 |
Ngày Phát Hành | 2015-01-21 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://sktguha.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "screenreader for Quora", "short_name": "screenreader", "version": "0.1.3", "description": "Screenreader for quora with many functions as upvote downvote share comment etc", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.quora.com\/*", "https:\/\/www.quora.com\/*" ], "js": [ "navigation.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/www.quora.com\/*", "https:\/\/www.quora.com\/*" ], "js": [ "script.js" ], "run_at": "document_idle" } ], "options_page": "readme.md" } |