Notoy

Saves a link to the current active tab with its title, keywords and a long and short description as markdown, Org-Mode or plain text

Notoy là gì?

Notoy là một tiện ích mở rộng Chrome được phát triển bởi Release-Candidate, và tính năng chính của nó là "Saves a link to the current active tab with its title, keywords and a long and short description as markdown, Org-Mode or plain text".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Notoy

Tải xuống các tệp mở rộng Notoy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Notoy saves a note of the current website including it's URL, some keywords and a short or long description to disk. The note can be formatted as Markdown (for programs like Obsidian, Joplin or Zettlr), as Org-Mode to use with Emacs' Org-Mode or as plain text.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Notoy Notoy
ID ejmcdafpeijhmmmfebmdpcmgaaoaminc
URL Chính Thức https://chromewebstore.google.com/detail/notoy/ejmcdafpeijhmmmfebmdpcmgaaoaminc
Mô tả Saves a link to the current active tab with its title, keywords and a long and short description as markdown, Org-Mode or plain text
Kích Thước Tệp 140 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-10-12
Ngày Phát Hành 2021-10-07
Nhà Phát Triển Release-Candidate
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://notoy-browserextensions.readthedocs.io/en/stable/
URL Trang Trợ Giúp https://github.com/Release-Candidate/Notoy-BrowserExtensions
Ngôn Ngữ Được Hỗ Trợ de,en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 3,
    "author": "Roland Csaszar",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": ".\/images\/icon_transp_16.png",
        "32": ".\/images\/icon_transp_32.png",
        "48": ".\/images\/icon_transp_48.png",
        "128": ".\/images\/icon_transp_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/images\/icon_transp_16.png",
            "32": ".\/images\/icon_transp_32.png",
            "48": ".\/images\/icon_transp_48.png",
            "128": ".\/images\/icon_transp_128.png"
        }
    }
}