MemoInjo

Stick memo on any website and sync via Joplin

MemoInjo क्या है?

MemoInjo Ben Lau द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stick memo on any website and sync via Joplin"।

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

screenshot
screenshot

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

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

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

                        MemoInjo is a Chrome extension that sticks a memo on any website and stores/sync via Joplin. Simply press the icon of MemoInjo at the extension toolbar (top-right corner) in Chrome. It will show a memo editor for the browsing website. You may create a summary or a task list associated with a website easily.

MemoInjo is not a web clipper that could capture only once. You could reopen the same memo for the same URL. And thank to the sync feature of Joplin, you may access the memo across different computer.

Setup

1. Install the extension
2. Open Joplin
3. Go to Web Clipper Options and follow the instruction.
4. In the toolbar of the browser, press the button of MemoInjo
5. It will ask you to grant permission in Joplin.
6. Switch back to Joplin and grant the permission.

Then it is ready to use.                    

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

नाम MemoInjo MemoInjo
ID fbcdcliemdonkopdkpejdfmajlbaibac
आधिकारिक URL https://chromewebstore.google.com/detail/memoinjo/fbcdcliemdonkopdkpejdfmajlbaibac
विवरण Stick memo on any website and sync via Joplin
फ़ाइल का आकार 1.98 MB
स्थापना संख्या 263
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2022-04-23
प्रकाशन तिथि 2022-02-07
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Ben Lau
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/benlau/memoinjo
सहायता पृष्ठ URL https://github.com/benlau/memoinjo
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MemoInjo",
    "description": "Stick memo on any website and sync via Joplin",
    "version": "0.1.3",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "memoinjo\/options.html",
    "action": {
        "default_popup": "memoinjo\/popup.html"
    },
    "icons": {
        "128": "memoinjo\/icon128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+Shift+M",
                "mac": "Ctrl+Shift+M",
                "chromeos": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    }
}