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 |
官方網址 | 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" } } |