Popup Notes
Take quick notes while you surf. What could be more simple?
什么是Popup Notes?
Popup Notes是由https://gourav.io开发的Chrome扩展程序,该扩展的主要功能是“Take quick notes while you surf. What could be more simple?”。
扩展截图
下载Popup Notes扩展crx文件
下载Popup Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Take notes without leaving current tab!
Easiest way to note down copied text, phone numbers, links, to-do items etc while browsing on Google Chrome.
Features :
-- Lightweight, easy to use & secure.
-- Copy selected text to Popup Notes directly from right-click.
-- Auto-save notes upon closing.
-- Auto-focus on notes.
-- Use TAB key to indent your text.
-- Ad-free. 扩展基本信息
| 名称 | |
| ID | pakngoacmndjaomplokegbepmohpfofb |
| 官方URL | https://chromewebstore.google.com/detail/popup-notes/pakngoacmndjaomplokegbepmohpfofb |
| 简介 | Take quick notes while you surf. What could be more simple? |
| 文件大小 | 38.95 KB |
| 安装次数 | 1,191 |
| 当前版本 | 2.0 |
| 更新时间 | 2020-10-02 |
| 上架时间 | 2017-11-30 |
| 评分 | 3.00/5 共8次评分 |
| 开发者 | https://gourav.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/eventPage.js"
],
"persistent": false
},
"manifest_version": 2,
"name": "Popup Notes",
"description": "Take quick notes while you surf. What could be more simple?",
"version": "2.0",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "Popup Notes!"
},
"offline_enabled": true,
"short_name": "Popup Notes",
"permissions": [
"storage",
"contextMenus"
]
} | |