OneClick

Navigate to your favorite actions on the websites you love with just one click.

OneClick란 무엇입니까?

OneClick은(는) arifszn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Navigate to your favorite actions on the websites you love with just one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        OneClick is the ultimate productivity tool for your browser. With just one click, access a wide variety of actions and shortcuts, including creating a meeting on Google Meet, editing photos, creating new projects with popular frameworks, and designing a website. The extension includes 88 shortcuts, 29 customizable themes, and a clean, minimalist UI. Plus, it's open-source and free of ads. OneClick is available as a web app, Chrome extension, and Firefox add-on, making it easy to use across all your devices. Upgrade your browsing experience with OneClick today!

Features:

✓ One-click navigation to frequently used actions on websites.
✓ Time-saving solution for managing and organizing links.
✓ Convenient shortcuts for creating new documents, presentations, notes, and more.
✓ Mark and quickly access frequently used shortcuts in a separate "favorites" section.
✓ Integrations with popular online services.

Web App:

https://oneclickweb.netlify.app

Source code:

https://github.com/arifszn/oneclick                    

확장 프로그램 기본 정보

이름 OneClick OneClick
ID laonciagkijmeofonnbjlifmjingahok
공식 URL https://chromewebstore.google.com/detail/oneclick/laonciagkijmeofonnbjlifmjingahok
설명 Navigate to your favorite actions on the websites you love with just one click.
파일 크기 143 KB
설치 횟수 1,243
현재 버전 1.2.0
최근 업데이트 2023-01-30
출시 날짜 2021-12-03
평점 4.57/5 총 7 개의 평점
개발자 arifszn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://oneclickweb.netlify.app
도움말 페이지 URL https://github.com/arifszn/oneclick/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneClick",
    "short_name": "1click",
    "description": "Navigate to your favorite actions on the websites you love with just one click.",
    "version": "1.2.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "OneClick"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}