Take Note

An extension to help you take notes on long articles in your browser. Recognizes and formats code.

Qu'est-ce que Take Note ?

Take Note est une extension Chrome développée par sarahhubschmail, et sa fonction principale est "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Take Note

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

                        An app that helps you take notes on articles, blog posts, or documentation.

Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take.

The extension also recognizes and formats any code you save as a note.                    

Informations de Base sur l'Extension

Nom Take Note Take Note
ID jkhfbnadhkkefjioelljpcmkgnoamakg
URL Officiel https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg
Description An extension to help you take notes on long articles in your browser. Recognizes and formats code.
Taille du Fichier 1.87 MB
Nombre d'Installations 162
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2017-08-10
Date de Publication 2017-08-10
Évaluation 4.00/5 Total 6 Évaluations
Développeur sarahhubschmail
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Take Note",
    "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.js",
            "js\/background.js"
        ],
        "css": [
            "style.css"
        ]
    },
    "version": "0.0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Take Note",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon-bitty.png",
        "48": "images\/icon-bitty.png",
        "128": "images\/icon-bitty.png"
    }
}