Clipper

Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.

Τι είναι το Clipper;

Το Clipper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://theclipping.co, και η κύρια λειτουργία του είναι "Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.".

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

screenshot
screenshot
screenshot

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

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

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

                        FEATURES:

* Save and access your text clips from anywhere on the web.
* Automate copy & paste templates for emails/messaging. 
* Save any text from websites you want to keep.
* Bookmark sites you visit with relevant content.
* Quickly copy & paste clips into your emails, or use dedicated button to launch your email client with a text clip filled in! 
* Search your clips by title and content.
* Automatically save the page link & title when you create a clip using the extension while viewing a web page.
*  Select text on a page and right-click to reveal the "Save Clip" menu; click to save your selection.

With Clipper, from TheClipping.co, you can definitely do that!                    

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

Όνομα Clipper Clipper
ID offehabbjkpgdgkfgcmhabkepmoaednl
Επίσημο URL https://chromewebstore.google.com/detail/clipper/offehabbjkpgdgkfgcmhabkepmoaednl
Περιγραφή Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.
Μέγεθος Αρχείου 911 KB
Αριθμός Εγκαταστάσεων 6,028
Τρέχουσα Έκδοση 1.3.9
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2020-04-01
Αξιολόγηση 4.15/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής https://theclipping.co
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.theclipping.co
Διεύθυνση URL της Σελίδας Βοήθειας https://www.theclipping.co
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/11d7b2d2-7ff9-476b-9db6-c6007b04ec29
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clipper",
    "short_name": "Clipper",
    "version": "1.3.9",
    "manifest_version": 3,
    "homepage_url": "https:\/\/theclipping.co",
    "description": "Easy click to copy & pase text clips from extension, dedicated 'Email' button. Create notes, bookmarks, email templates, etc.",
    "action": {
        "default_icon": "clip32.png",
        "default_popup": "popup.html",
        "default_title": "Clipper"
    },
    "host_permissions": [
        "https:\/\/theclipping.co\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "clip16.png",
        "22": "clip22.png",
        "24": "clip24.png",
        "32": "clip32.png",
        "48": "clip48.png",
        "64": "clip64.png",
        "96": "clip96.png",
        "128": "clip128.png",
        "512": "clip512.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}