Sticky Notes Tab
Simple sticky notes board - tab extension
什么是Sticky Notes Tab?
Sticky Notes Tab是由mcha开发的Chrome扩展程序,该扩展的主要功能是“Simple sticky notes board - tab extension”。
扩展截图
下载Sticky Notes Tab扩展crx文件
下载Sticky Notes Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple sticky notes board - tab extension. Add sticky notes board to new-tabs. Options to: - Change board background color (day/night) - Change notes background, font-color, font-size, font-family - Position notes anywhere on the board
扩展基本信息
名称 | Sticky Notes Tab |
ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
官方URL | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
简介 | Simple sticky notes board - tab extension |
文件大小 | 70.49 KB |
安装次数 | 1,717 |
当前版本 | 2.0.5 |
更新时间 | 2020-09-21 |
上架时间 | 2019-03-17 |
评分 | 4.06/5 共18次评分 |
开发者 | mcha |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mustafawm/stickynotes |
帮助页面URL | https://github.com/mustafawm/stickynotes |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes Tab", "short_name": "Stick Notes Tab", "version": "2.0.5", "description": "Simple sticky notes board - tab extension", "author": "mustafa", "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16icon.png", "32": "icons\/32icon.png", "48": "icons\/48icon.png", "128": "icons\/128icon.png" } } |