Kreeder - speed reader for Kindle

The one and only speed reading chrome extension for the Kindle Cloud Reader. Love speedreading? Love Kindle? Now you can have both.

Kreeder - speed reader for Kindleคืออะไร?

Kreeder - speed reader for Kindle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kreeder.net และคุณลักษณะหลักของมันคือ "The one and only speed reading chrome extension for the Kindle Cloud Reader. Love speedreading? Love Kindle? Now you can have both."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kreeder - speed reader for Kindle

ดาวน์โหลดไฟล์ส่วนขยาย Kreeder - speed reader for Kindle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The one and only speed reading plugin for Kindle Cloud Reader. Uses the RSVP technique to increase your reading speeds for all of your kindle books. Love to speed read, but hate you can't speed read kindle books. Now you can!

TO USE:
Go to read.amazon.com
Click the Kreeder Icon and click open Kreeder (Alternatively press CTRL+SHIFT+SPACE) to open the reader window
Enjoy

Find us on Facebook for the latest updates!

KNOWN ISSUES:
Pressing CTRL-SHIFT-SPACE (or clicking open Kreeder) repeatedly opens multiple Kreeder windows.
Books with lots of images, or books with multiple layouts (e.g. Any of the Dummies books with lots of callouts), will end up with text appearing in non-sequential order. Kreeder works best with plain text books (e.g. are the words only on the pages without any special blocks or formatting).

Tested on Linux and Windows and Mac

VERSION HISTORY:
09/15/2015 - 0.0.0.7 Icon Updates/Text Changes
08/27/2015 - 0.0.0.6 Icon Updates
08/21/2015 - 0.0.0.5 Slider Bar Bug Fixes
08/20/2015 - 0.0.0.4 Slider Bar Implementation
08/19/2015 - 0.0.0.3 Bug Fixes
08/18/2015 - 0.0.0.2 Design Changes
08/17/2015 - 0.0.0.1 Initial Release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kreeder - speed reader for Kindle Kreeder - speed reader for Kindle
ID kcidkkkenhfbgbfafekfbghfmomohffl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kreeder-speed-reader-for/kcidkkkenhfbgbfafekfbghfmomohffl
คำอธิบาย The one and only speed reading chrome extension for the Kindle Cloud Reader. Love speedreading? Love Kindle? Now you can have both.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.0.0.7
อัปเดตครั้งล่าสุด 2015-09-16
วันที่เผยแพร่ 2015-09-16
คะแนน 2.68/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา http://kreeder.net
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.kreeder.net
URL หน้าช่วยเหลือ http://www.kreeder.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kreeder - speed reader for Kindle",
    "short_name": "Kreeder",
    "description": "The one and only speed reading chrome extension for the Kindle Cloud Reader. Love speedreading? Love Kindle? Now you can have both.",
    "version": "0.0.0.7",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "name": "Kreeder: speed reader for Kindle",
        "icons": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "32": "icons\/icon32.png",
            "128": "icons\/icon128.png"
        },
        "default_icon": "icons\/icon.png",
        "default_popup": "menus\/kreedExtMenu.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "minimum_chrome_version": "42",
    "content_scripts": [
        {
            "js": [
                "js\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.amazon.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.4.min.js",
            "js\/background.js"
        ],
        "matches": [
            "*:\/\/*.amazon.com\/*"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/contentExtractor.js"
    ],
    "options_page": "menus\/options.html",
    "commands": {
        "kreed-speed-UP": {
            "suggested_key": {
                "default": "Ctrl+Shift+Up"
            },
            "description": "Increase reading speed"
        },
        "kreed-speed-Down": {
            "suggested_key": {
                "default": "Ctrl+Shift+Down"
            },
            "description": "Decrease reading speed"
        },
        "kreed-read-this-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+Space"
            },
            "description": "Speed read this "
        }
    }
}