OneClick

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

Cos'è OneClick?

OneClick è un'estensione di Chrome sviluppata da arifszn, e la sua funzione principale è "Navigate to your favorite actions on the websites you love with just one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione OneClick

Scarica i file di estensione OneClick in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome OneClick OneClick
ID laonciagkijmeofonnbjlifmjingahok
URL Ufficiale https://chromewebstore.google.com/detail/oneclick/laonciagkijmeofonnbjlifmjingahok
Descrizione Navigate to your favorite actions on the websites you love with just one click.
Dimensione del File 143 KB
Conteggio Installazioni 1,243
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-01-30
Data di Pubblicazione 2021-12-03
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore arifszn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://oneclickweb.netlify.app
URL della Pagina di Aiuto https://github.com/arifszn/oneclick/issues/new
Lingue Supportate 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"
    }
}