long finger
This extension change cursor index finger to long finger.
What is long finger?
long finger is a Chrome extension developed by etrex kuo, and its main feature is "This extension change cursor index finger to long finger.".
Download long finger Extension CRX File
Download long finger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | aammiagfeadjchafpeeiacggolmfnmmo |
Official URL | https://chrome.google.com/webstore/detail/long-finger/aammiagfeadjchafpeeiacggolmfnmmo |
Description | This extension change cursor index finger to long finger. |
File Size | 4.15 KB |
Installation Count | 34 |
Current Version | 3.1 |
Last Updated | 2017-01-02 |
Publish Date | 2017-01-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | etrex kuo |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "long finger", "description": "This extension change cursor index finger to long finger.", "version": "3.1", "browser_action": { "default_icon": "longFinger.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "longFinger.css" ], "js": [ "longFinger.js" ] } ] } |