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
Eメール [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"
    }
}