ClipIt!

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

Τι είναι το ClipIt!;

Το ClipIt! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Toshik Langade, και η κύρια λειτουργία του είναι "An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ClipIt!

Λήψη αρχείων επέκτασης ClipIt! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ClipIt! ClipIt!
ID cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Επίσημο URL https://chromewebstore.google.com/detail/clipit/cnfgmphlkgcnlgnfghhmdojllbgcmlfe
Περιγραφή An extension which helps in saving texts/notes for future use. Syncs data across chrome browsers having same Google Account.
Μέγεθος Αρχείου 18.16 KB
Αριθμός Εγκαταστάσεων 130
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-07-11
Ημερομηνία Δημοσίευσης 2021-07-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Toshik Langade
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://toshik.me/clipit/privacy.html
Υποστηριζόμενες Γλώσσες 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
}