smartUp Gestures

A customizable web browser extension that enhances productivity and efficiency through the use of mouse.

smartUp Gestures란 무엇입니까?

smartUp Gestures은(는) pramajitkumar911에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A customizable web browser extension that enhances productivity and efficiency through the use of mouse."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

smartUp Gestures 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        SmartUp Gestures is a mouse gesture extension that allows users to quickly perform various common actions while browsing the web using mouse gestures, thus enhancing productivity and efficiency. Users can customize different mouse gestures to execute different actions, such as forward/backward navigation, opening/closing tabs, scrolling pages, zooming in/out, create post on Facebook, etc... 

NOTE: 
After the initial installation is complete, the extension will redirect to a website that displays ads to promote and install other extensions provided by the sponsor. Additionally, there will be a small area on the options page that displays the sponsor's ad. Besides this, we will not insert or display advertisements anywhere else.                    

확장 프로그램 기본 정보

이름 smartUp Gestures smartUp Gestures
ID bgjfekefhjemchdeigphccilhncnjldn
공식 URL https://chromewebstore.google.com/detail/smartup-gestures/bgjfekefhjemchdeigphccilhncnjldn
설명 A customizable web browser extension that enhances productivity and efficiency through the use of mouse.
파일 크기 281 KB
설치 횟수 93,207
현재 버전 7.3.1
최근 업데이트 2024-01-19
출시 날짜 2020-03-04
평점 4.52/5 총 1604 개의 평점
개발자 pramajitkumar911
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.termsfeed.com/live/5e08134d-85a9-474a-912a-b494e1d8df13
지원되는 언어 en,it,pt-BR,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A customizable web browser extension that enhances productivity and efficiency through the use of mouse.",
    "version": "7.3.1",
    "name": "smartUp Gestures",
    "short_name": "smartUp",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png",
        "default_title": "smartUp"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/event.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "scripting",
        "notifications",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "tts",
        "declarativeNetRequest"
    ],
    "optional_permissions": [
        "downloads",
        "downloads.shelf",
        "clipboardRead",
        "clipboardWrite",
        "bookmarks",
        "history",
        "management",
        "sessions",
        "pageCapture",
        "background",
        "topSites"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en"
}