Quicken
Surf faster than your mouse can handle!
Quickenคืออะไร?
Quicken เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yigal Korman และคุณลักษณะหลักของมันคือ "Surf faster than your mouse can handle!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quicken
ดาวน์โหลดไฟล์ส่วนขยาย Quicken ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use the keyboard to browse the web - FORWARD! When our icon appears in the omnibar - you can click the icon or use Ctrl+Right to go to the next page. Note that you can also use Ctrl+Left to go back. This feature works for sites where there's a next page to go to, like multi-page articles, forums and search results. New! - Adding sites manually Add a next button/link manually by right clicking on it and selecting "Set as Quicken Next" in the context menu. Supported sites: * Google, Yahoo and Bing search engines. * Youtube search and playlists. * Ars Technica, Reuters and other news sites. * Blogspot based blogs. * PHP-BB base forums. * Wordpress based blogs. * Tumblr sites. * and many more ...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quicken |
ID | bcnfaiaknkbbcmpeedkjjjcdmjlgbafo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quicken/bcnfaiaknkbbcmpeedkjjjcdmjlgbafo |
คำอธิบาย | Surf faster than your mouse can handle! |
ขนาดไฟล์ | 19.04 KB |
จำนวนการติดตั้ง | 615 |
เวอร์ชันปัจจุบัน | 2.4 |
อัปเดตครั้งล่าสุด | 2014-05-21 |
วันที่เผยแพร่ | 2014-05-21 |
คะแนน | 3.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Yigal Korman |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://ykorman.github.io/nextpage-chrome/ |
URL หน้าช่วยเหลือ | https://github.com/ykorman/nextpage-chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quicken", "description": "Surf faster than your mouse can handle!", "version": "2.4", "short_name": "Accelerate Keyboard Browsing", "permissions": [ "tabs", "*:\/\/*\/*", "contextMenus", "storage" ], "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Open Next Page", "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "humane.min.js", "mousetrap.min.js", "element_searcher.js" ], "css": [ "libnotify.css" ], "run_at": "document_idle", "all_frames": false } ], "manifest_version": 2 } |