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
官方網址 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"
    }
}