TabNote
use your Browser as your Notepad, take notes while you are browsing
Wat is TabNote?
TabNote is een Chrome-extensie ontwikkeld door https://tabnote.co, en de belangrijkste functie is "use your Browser as your Notepad, take notes while you are browsing".
Extensie Screenshots
Download het CRX-bestand van de extensie TabNote
Download TabNote-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | geahanokafgmnleflfpekpmnkceehifk |
Officiële URL | https://chrome.google.com/webstore/detail/tabnote/geahanokafgmnleflfpekpmnkceehifk |
Beschrijving | use your Browser as your Notepad, take notes while you are browsing |
Bestandsgrootte | 130 KB |
Aantal Installaties | 354 |
Huidige Versie | 0.2.0.1 |
Laatst Bijgewerkt | 2019-02-16 |
Publicatiedatum | 2019-02-16 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://tabnote.co |
Betalingswijze | free |
Extensiewebsite | https://tabnote.co/ |
Help Pagina-URL | https://tabnote.co/faq |
Ondersteunde Talen | 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", " |