ClipIt

This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.

Qu'est-ce que ClipIt ?

ClipIt est une extension Chrome développée par Mayank Bhardwaj, et sa fonction principale est "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ClipIt

Téléchargez les fichiers d'extension ClipIt au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This is a simple note clipper extension app that helps you to save the import text you come across while reading a webpage.

After selecting the text you want clip the right click menu option shows a ClipIt option. This option clips the text and adds it over the clipboard popup which can be accessed from the top right of the browser.

This popup acts as a clipboard to see your recently clipped notes.
You can export the notes using "Export Notes" into a text file. You may want to clear all the notes over the clipboard whenever you want a fresh clipboard. This could be done through "Clear Notes" option.                    

Informations de Base sur l'Extension

Nom ClipIt ClipIt
ID jgmemodiapblpagmpfdkpjinbhfkpife
URL Officiel https://chromewebstore.google.com/detail/clipit/jgmemodiapblpagmpfdkpjinbhfkpife
Description This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.
Taille du Fichier 39.73 KB
Nombre d'Installations 1,618
Version Actuelle 1.0
Dernière Mise à Jour 2018-06-20
Date de Publication 2018-06-20
Évaluation 4.67/5 Total 3 Évaluations
Développeur Mayank Bhardwaj
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ClipIt",
    "version": "1.0",
    "description": "This chrome extension clips the selected text on the webpage. These clips can be saved into a text file.",
    "icons": {
        "48": "icons\/clipit48.png",
        "128": "icons\/clipit128.png"
    },
    "browser_action": {
        "default_icon": "icons\/clipit128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus"
    ]
}