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文件

下载OneClick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}