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 क्या है?

Notoy Release-Candidate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Notoy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Notoy Notoy
ID ejmcdafpeijhmmmfebmdpcmgaaoaminc
आधिकारिक URL https://chromewebstore.google.com/detail/notoy/ejmcdafpeijhmmmfebmdpcmgaaoaminc
विवरण 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
फ़ाइल का आकार 140 KB
स्थापना संख्या 50
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2021-10-12
प्रकाशन तिथि 2021-10-07
डेवलपर Release-Candidate
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://notoy-browserextensions.readthedocs.io/en/stable/
सहायता पृष्ठ URL https://github.com/Release-Candidate/Notoy-BrowserExtensions
समर्थित भाषाएँ 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"
        }
    }
}