ClipIt!

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

Was ist ClipIt!?

ClipIt! ist eine Chrome-Erweiterung, die von Toshik Langade entwickelt wurde, und ihr Hauptmerkmal ist "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

ClipIt!-Erweiterungs-CRX-Datei herunterladen

Laden Sie ClipIt!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ClipIt! ClipIt!
ID cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Offizielle URL https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Beschreibung An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
Dateigröße 18.16 KB
Installationsanzahl 130
Aktuelle Version 1.0.1
Letztes Update 2021-07-11
Veröffentlichungsdatum 2021-07-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Toshik Langade
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://toshik.me/clipit/privacy.html
Unterstützte Sprachen 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
}