TabNote
use your Browser as your Notepad, take notes while you are browsing
Qu'est-ce que TabNote ?
TabNote est une extension Chrome développée par https://tabnote.co, et sa fonction principale est "use your Browser as your Notepad, take notes while you are browsing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabNote
Téléchargez les fichiers d'extension TabNote 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
TabNote is a free and offline chrome extension which can use to take notes while you are browsing the web. 🤗 TabNote is free and offline 😍 😻 🤖 You can customize your TabNote by setting up font size, font color, font family, background color, spell checker etc. You can use TabNote as a clipboard or a notepad. Purpose of TabNote is productivity. You don't have to wait until for notepad, TabNote is a single click away. 👼 How to customize your TabNote? - right click on TabNote launcher icon and select Options - you will see customizable options Take notes while you are browsing with TabNote 😊 TabNote is managed on GitHub and licensed under the MIT license. https://github.com/devrolabs/TabNote
Informations de Base sur l'Extension
Nom | |
ID | geahanokafgmnleflfpekpmnkceehifk |
URL Officiel | https://chrome.google.com/webstore/detail/tabnote/geahanokafgmnleflfpekpmnkceehifk |
Description | use your Browser as your Notepad, take notes while you are browsing |
Taille du Fichier | 130 KB |
Nombre d'Installations | 354 |
Version Actuelle | 0.2.0.1 |
Dernière Mise à Jour | 2019-02-16 |
Date de Publication | 2019-02-16 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://tabnote.co |
Type de Paiement | free |
Site Web de l'Extension | https://tabnote.co/ |
URL de la Page d'Aide | https://tabnote.co/faq |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabNote", "short_name": "TabNote", "description": "use your Browser as your Notepad, take notes while you are browsing", "version": "0.2.0.1", "background": { "scripts": [ "jquery-3.3.1.min.js", "background.js" ], "persistent": false }, "options_page": "popup.html", "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "http:\/\/*\/*", "https:\/\/*\/*", "notifications", " |