Note To Self (NTS)
A simple web cliping / highlighting / notation tool for Google Chrome
Qu'est-ce que Note To Self (NTS) ?
Note To Self (NTS) est une extension Chrome développée par http://lucidmoon.co.uk, et sa fonction principale est "A simple web cliping / highlighting / notation tool for Google Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Note To Self (NTS)
Téléchargez les fichiers d'extension Note To Self (NTS) 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
A minimal web clipping / text highlighting / notation tool. Clip text, links, images, HTML5 video & audio - all manageable from a simple central interface. Now leveraging chrome.storage.sync for cross browser syncing via your Google account.
Informations de Base sur l'Extension
Nom | |
ID | emphjhogfehclnepkbghhnbbgjekfjme |
URL Officiel | https://chrome.google.com/webstore/detail/note-to-self-nts/emphjhogfehclnepkbghhnbbgjekfjme |
Description | A simple web cliping / highlighting / notation tool for Google Chrome |
Taille du Fichier | 72.37 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2014-10-02 |
Date de Publication | 2014-10-02 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | http://lucidmoon.co.uk |
Type de Paiement | free |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note To Self (NTS)", "version": "1.2.1", "manifest_version": 2, "description": "A simple web cliping \/ highlighting \/ notation tool for Google Chrome", "homepage_url": "http:\/\/www.lucidmoon.co.uk", "icons": { "128": "icon_128.png" }, "permissions": [ "contextMenus", "tabs", "storage" ], "background": { "scripts": [ "js\/lib\/lodash.js", "js\/lib\/nts.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/lib\/jquery.js", "js\/lib\/jquery.highlight.js", "js\/lib\/lodash.js", "js\/lib\/nts.js", "js\/lib\/nts.content.js", "js\/content.js" ] } ], "options_page": "options.html", "browser_action": { "name": "Note to self", "default_icon": { "19": "icon_19.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |