Whatnote - New tab, new note
Scribble anything without leaving your browser, ever!
Whatnote - New tab, new noteとは何ですか?
Whatnote - New tab, new noteはAshish Kumar Sahooによって開発されたChromeの拡張機能で、その主な機能は「Scribble anything without leaving your browser, ever!」です。
拡張機能のスクリーンショット
Whatnote - New tab, new note拡張機能のCRXファイルをダウンロード
Whatnote - New tab, new note拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
🚀 Whatnote is a dead-simple browser extension which helps you to scribble anything. Your to-do list, reading list you want to go through this weekend, your grocery list, code snippets and whatnot(e). 👉 Why another note-taking app? Let's face it, we really don't need a full-fledged note-taking app to jot down our random and un-organised thoughts. This needs a simple, fast and easy to access platform where you can have your cluttered, random and fragmented jotting really quick. And a browser-tab is the fastest, easiest and most accessible platorm to use. Features: - Zero learning curve note-taking - Support of Bold, Italics, Strike, Bullet Points, Link and Code Block - Tag your note - Pin your note to access them faster
拡張機能の基本情報
名前 | Whatnote - New tab, new note |
ID | ndffjobnoekfkfnfjalhiblmkdhgkafo |
公式URL | https://chromewebstore.google.com/detail/whatnote-new-tab-new-note/ndffjobnoekfkfnfjalhiblmkdhgkafo |
説明 | Scribble anything without leaving your browser, ever! |
ファイルサイズ | 315 KB |
インストール数 | 544 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-09-09 |
公開日 | 2020-09-09 |
評価 | 4.71/5 合計 21 レビュー |
開発者 | Ashish Kumar Sahoo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatnote - New tab, new note", "description": "Scribble anything without leaving your browser, ever!", "version": "1.0.1", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Whatnote - New tab, new note" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |