ClipIt!

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

Wat is ClipIt!?

ClipIt! is een Chrome-extensie ontwikkeld door Toshik Langade, en de belangrijkste functie is "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ClipIt!

Download ClipIt!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ClipIt! ClipIt!
ID cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Officiële URL https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Beschrijving An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
Bestandsgrootte 18.16 KB
Aantal Installaties 130
Huidige Versie 1.0.1
Laatst Bijgewerkt 2021-07-11
Publicatiedatum 2021-07-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Toshik Langade
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://toshik.me/clipit/privacy.html
Ondersteunde Talen 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
}