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!”。

扩展截图

screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
    }
}