TabNote
use your Browser as your Notepad, take notes while you are browsing
TabNote क्या है?
TabNote https://tabnote.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "use your Browser as your Notepad, take notes while you are browsing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TabNote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | geahanokafgmnleflfpekpmnkceehifk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tabnote/geahanokafgmnleflfpekpmnkceehifk |
विवरण | use your Browser as your Notepad, take notes while you are browsing |
फ़ाइल का आकार | 130 KB |
स्थापना संख्या | 354 |
वर्तमान संस्करण | 0.2.0.1 |
अंतिम अपडेट | 2019-02-16 |
प्रकाशन तिथि | 2019-02-16 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://tabnote.co |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://tabnote.co/ |
सहायता पृष्ठ URL | https://tabnote.co/faq |
समर्थित भाषाएँ | 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", " |