context-note

This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to…

Qu'est-ce que context-note ?

context-note est une extension Chrome développée par Jim Chan, et sa fonction principale est "This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension context-note

Téléchargez les fichiers d'extension context-note 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 extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to manage the websites link that are important. However, in some specific scenes such as reading an article or browsing some key information, we also need to mark down the specific sentence and its context. When reviewing these notes, we can simply jump back to that sentence rather than reading the whole page again, where this extension is to extract the text and location information of these notes.                    

Informations de Base sur l'Extension

Nom context-note context-note
ID enmeffcefbiehghanidhebgiccljmncl
URL Officiel https://chromewebstore.google.com/detail/context-note/enmeffcefbiehghanidhebgiccljmncl
Description This extension is a note-taking tool that help users take notes on the web with their context. Most of the time we use bookmark to…
Taille du Fichier 533 KB
Nombre d'Installations 1,177
Version Actuelle 1.3.10
Dernière Mise à Jour 2022-05-19
Date de Publication 2021-09-24
Évaluation 4.75/5 Total 4 Évaluations
Développeur Jim Chan
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/betterRunner/context-note
URL de la Page d'Aide https://github.com/betterRunner/context-note/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "context-note",
    "version": "1.3.10",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_title": "Context Note"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ],
            "css": [
                "content-scripts\/main.css",
                "content-scripts\/main.44bddb14.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/*"
            ]
        },
        {
            "resources": [
                "\/assets\/element-icons.9c88a535.woff",
                "\/assets\/element-icons.de5eb258.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "activeTab",
        "storage"
    ]
}