Kinetic Web Page
Kinetic Web Page. Browse like an expert
Kinetic Web Pageคืออะไร?
Kinetic Web Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://massinflux.com และคุณลักษณะหลักของมันคือ "Kinetic Web Page. Browse like an expert"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kinetic Web Page
ดาวน์โหลดไฟล์ส่วนขยาย Kinetic Web Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Kinetic Web Page. Browse like an expert How to: -- Triple click to enter "Kinetic" mode then simply click and drag to move around -- Once in "Kinetic" mode, use the scroll function from your mouse to zoom in or out -- Triple click again to exit "Kinetic" mode v. 0.0.8 -- removing selected text v. 0.0.7 -- bug updates v. 0.0.4 -- changed from double click to triple click v. 0.0.3 -- zoom bug fix v. 0.0.2 -- Initial release -- Double click to enter "Kinetic" mode -- Page Zoom using the mouse scroll function Disclaimer: -- I made this extension for my own needs, there might be bugs -- If you find this extension useful, please say thanks For developers -- https://github.com/patrioticcow/kinetic
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bippgmnfbeigidfdhhjolbflkchdafjp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/kinetic-web-page/bippgmnfbeigidfdhhjolbflkchdafjp |
คำอธิบาย | Kinetic Web Page. Browse like an expert |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.0.8 |
อัปเดตครั้งล่าสุด | 2015-01-24 |
วันที่เผยแพร่ | 2015-01-24 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://massinflux.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://massinfluix.com |
URL หน้าช่วยเหลือ | http://massinfluix.com |
URL หน้านโยบายความเป็นส่วนตัว | http://massinflux.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kinetic Web Page", "version": "0.0.8", "manifest_version": 2, "description": "Kinetic Web Page. Browse like an expert", "homepage_url": "http:\/\/massinfluix.com", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Kinetic", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contentSettings", "contextMenus", "notifications", "storage", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery.kinetic.min.js", "src\/inject\/inject.js" ] } ] } |