ClipIt!

An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.

¿Qué es ClipIt!?

ClipIt! es una extensión de Chrome desarrollada por Toshik Langade, y su función principal es "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ClipIt!

Descarga archivos de extensión ClipIt! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ClipIt is a tool through which users can save texts/notes for future use. Some examples of these texts are delivery tracking information, email IDs, phone numbers etc. 

How it works?
1. The input text is added in the textfield. After clicking on "Add" button the text will be stored in the browser. 
2. With a single left click on a text, it will copy the text to the clipboard.
3. With a single right click on a text, it will copy the text to the clipboard and delete it.

To enable/disable dark mode, just click on the header.

Is the data safe?
Yes. I've used "chrome.storage" API to store and retrieve data. In this data is stored in the user's Google Account and is synced. This also enables the extension to work in sync with other devices having same Google Account.                    

Información Básica de la Extensión

Nombre ClipIt! ClipIt!
ID cnfgmphlkgcnlgnfghhmdojllbgcmlfe
URL Oficial https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Descripción An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
Tamaño del Archivo 18.16 KB
Cantidad de Instalaciones 130
Versión Actual 1.0.1
Última Actualización 2021-07-11
Fecha de Publicación 2021-07-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Toshik Langade
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://toshik.me/clipit/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClipIt!",
    "description": "An extension which helps in saving texts\/notes for future use. Syncs data across chrome browsers having same Google Account.",
    "version": "1.0.1",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/clipboard (4).png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 2
}