Noty

Save an annotation as Note, Idea, Question, Bug and Other

什么是Noty?

Noty是由https://www.fatihbaskaya.com开发的Chrome扩展程序,该扩展的主要功能是“Save an annotation as Note, Idea, Question, Bug and Other”。

扩展截图

screenshot
screenshot
screenshot

下载Noty扩展crx文件

下载Noty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        - Take annotation as report Note, Idea, Question, Bug and Other easily
- Take screenshots, keep focused 
- URL will be tracked automatically
- See annotations results in a report
- Export and import annotations
- Export your annotations to JSON, CSV or HTML
- Draw for annotations                    

扩展基本信息

名称 Noty Noty
ID bbikpidnadcmciecpmmaojkpefceioli
官方URL https://chromewebstore.google.com/detail/noty/bbikpidnadcmciecpmmaojkpefceioli
简介 Save an annotation as Note, Idea, Question, Bug and Other
文件大小 324 KB
安装次数 39
当前版本 1.3.1
更新时间 2021-06-19
上架时间 2020-10-12
评分 5.00/5 共15次评分
开发者 https://www.fatihbaskaya.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fatihbaskaya.com/noty/
帮助页面URL https://fatihbaskaya.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noty",
    "short_name": "Save annotations",
    "description": "Save an annotation as Note, Idea, Question, Bug and Other",
    "author": "Fatih Ba\u015fkaya",
    "version": "1.3.1",
    "icons": {
        "16": "\/images\/noty_icon.png",
        "48": "\/images\/noty_icon.png",
        "128": "\/images\/noty_icon.png"
    },
    "background": {
        "scripts": [
            "lib\/browserInfo.js",
            "lib\/date.js",
            "src\/Annotation.js",
            "src\/Session.js",
            "src\/ExportSessionCSV.js",
            "src\/JSonSessionService.js",
            "bg-noty.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "\/images\/noty_icon.png",
        "default_popup": "main-noty.html"
    }
}