DeCutr

Card a selected text of evidence automatically.

Qu'est-ce que DeCutr ?

DeCutr est une extension Chrome développée par justinmarwad, et sa fonction principale est "Card a selected text of evidence automatically.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension DeCutr 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

                        DeCutr is a simple chrome extention that takes the effort out of researcing. Just select your paragraph of text on an article, right click, and then hwit the "Card Evidence" button to have a full citation and the evidence copied to your clipboard!                    

Informations de Base sur l'Extension

Nom DeCutr DeCutr
ID hobkoafajocifjponaoifdnmgdcaehin
URL Officiel https://chromewebstore.google.com/detail/decutr/hobkoafajocifjponaoifdnmgdcaehin
Description Card a selected text of evidence automatically.
Taille du Fichier 124 KB
Nombre d'Installations 522
Version Actuelle 0.0.3
Dernière Mise à Jour 2021-04-07
Date de Publication 2020-08-30
Évaluation 5.00/5 Total 22 Évaluations
Développeur justinmarwad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.decutr.com
URL de la Page d'Aide https://www.decutr.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 2,
    "name": "DeCutr",
    "description": "Card a selected text of evidence automatically.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-32.png",
        "default_title": "Card Evidence"
    },
    "background": {
        "scripts": [
            "js\/libraries\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/mousetrap.min.js",
                "js\/content_script.js"
            ]
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "data\/font-families.json"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "storage",
        "https:\/\/www.decutr.com\/*"
    ]
}