stickynote tab
override the new tab page so that user can create sticky notes to take notes
What is stickynote tab?
stickynote tab is a Chrome extension developed by ellayang40, and its main feature is "override the new tab page so that user can create sticky notes to take notes".
Extension Screenshots
Download stickynote tab Extension CRX File
Download stickynote tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* use new tab page to take quick notes on sticky notes * notes will be saved in the browser so that next time you open the new tab page, you will see your notes * note allows text formatting such as bolding, lists, changing font color, etc * can create, delete, and move notes * can minimize and maximize the notes Great for creating todo list and other quick notes for temporary use.
Extension Basic Information
Name | stickynote tab |
ID | cpnckoglpiageliaeeopbhdahilnjeeb |
Official URL | https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb |
Description | override the new tab page so that user can create sticky notes to take notes |
File Size | 3.48 MB |
Installation Count | 193 |
Current Version | 1.1 |
Last Updated | 2021-09-14 |
Publish Date | 2020-05-08 |
Rating | 4.50/5 Total 2 Ratings |
Developer | ellayang40 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yinglan98/chrome-ext---sticky |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "stickynote tab", "version": "1.1", "description": "override the new tab page so that user can create sticky notes to take notes", "permissions": [ "storage", "tabs" ], "manifest_version": 2, "chrome_url_overrides": { "newtab": "dis_quill_1.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/sticky_icon_16.png", "48": "images\/sticky_icon_48.png", "128": "images\/sticky_icon_128.png" } } |