Swype Fast Navigation Button
Browse faster than ever with a fully configurable quick navigation button placed in your browser window.
Swype Fast Navigation Buttonคืออะไร?
Swype Fast Navigation Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย The Den และคุณลักษณะหลักของมันคือ "Browse faster than ever with a fully configurable quick navigation button placed in your browser window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Swype Fast Navigation Button
ดาวน์โหลดไฟล์ส่วนขยาย Swype Fast Navigation Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Swype adds a button onto your browsing window that allows you to access you favorite websites quickly without the need for a keyboard. The Swype button is fully configurable and can be dragged anywhere on your screen to ensure that it is always where you need it. In addition, the settings page (accessed by right-clicking the Swype button) allows you to configure button coloring, fonts, and what each "slice" of the Swype button links to. Perfect for tablet, laptop, and desktop users alike, the Swype button makes accessing your favorite sites faster and easier than ever.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nfiklkckgpecmiefjnaffhfhojllgaak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/swype-fast-navigation-but/nfiklkckgpecmiefjnaffhfhojllgaak |
คำอธิบาย | Browse faster than ever with a fully configurable quick navigation button placed in your browser window. |
ขนาดไฟล์ | 135 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2014-05-09 |
วันที่เผยแพร่ | 2014-05-09 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | The Den |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swype Fast Navigation Button", "short_name": "Swype", "author": "Zachary Bears", "version": "1.0.4", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "description": "Browse faster than ever with a fully configurable quick navigation button placed in your browser window.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-1.10.2.js", "js\/jquery-ui-1.10.4.custom.min.js", "js\/jquery.ui.touch-punch.min.js", "js\/buttonInsert.js" ] } ], "options_page": "html\/options.html", "web_accessible_resources": [ "http:\/\/*", "https:\/\/*", "*.js", "*.css", "*.html", "http:\/\/fonts.googleapis.com\/css?family=Lobster", "https:\/\/www.paypal.com\/cgi-bin\/webscr", "*.eot", "*.svg", "*.ttf", "*.woff" ] } |