Simple Quick Note
Simple extension for quick notes with a characters' counting feature
什么是Simple Quick Note?
Simple Quick Note是由Roman Grinyov开发的Chrome扩展程序,该扩展的主要功能是“Simple extension for quick notes with a characters' counting feature”。
扩展截图
下载Simple Quick Note扩展crx文件
下载Simple Quick Note扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension is intended for quick notes that will be stored and synchronized in all your desktop devices
Source code: https://goo.gl/hoYFHG                     扩展基本信息
| 名称 |  | 
| ID | jiabjkckgapmaalmfbjdkcbkpiafnfga | 
| 官方URL | https://chromewebstore.google.com/detail/simple-quick-note/jiabjkckgapmaalmfbjdkcbkpiafnfga | 
| 简介 | Simple extension for quick notes with a characters' counting feature | 
| 文件大小 | 118 KB | 
| 安装次数 | 647 | 
| 当前版本 | 1.3.12 | 
| 更新时间 | 2023-11-20 | 
| 上架时间 | 2018-08-16 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Roman Grinyov | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Quick Note",
    "description": "Simple extension for quick notes with a characters' counting feature",
    "version": "1.3.12",
    "icons": {
        "16": "img\/icons\/action-edit\/16x16.png",
        "48": "img\/icons\/action-edit\/48x48.png",
        "128": "img\/icons\/action-edit\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icons\/action-edit\/16x16.png",
            "48": "img\/icons\/action-edit\/48x48.png",
            "128": "img\/icons\/action-edit\/128x128.png"
        },
        "default_title": "Simple Quick Note",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/events.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
} | |