MONJI-izm

Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'.

MONJI-izm क्या है?

MONJI-izm monji.tech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'."।

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

screenshot
screenshot
screenshot

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

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

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

                        【how to use】
1.Please log in to MONJI.
If you are not already a registered user, please register as a free user at https://monji.tech/signup.

2.Open a page on Chrome that you want to get a screenshot of and click the MONJI icon on the toolbar. Capturing a screenshot will start.

3. When capturing is done, the Create Request page on MONJI will open.
If a Create Request page is open while it's capturing a screenshot, a new page will be added to the open Request.
If a new Request is created, a new Create Request page will be displayed in a new tab.

4.Please create a request with "MONJI

【What is MONJI?】
MONJI is an online proofing platform designed to speed up the process of requesting revisions to websites, graphics, and documents.
With MONJI, you can review and annotate websites and documents directly from your browser.
There's no need to make phone calls, write e-mails, or waste paper on printing.
MONJI allows you to communicate precisely and efficiently with clients and co-workers, making it faster than ever to design quality products.                    

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

नाम MONJI-izm MONJI-izm
ID mbcmpffcfjglebcgpgecadkoopogabka
आधिकारिक URL https://chromewebstore.google.com/detail/monji-izm/mbcmpffcfjglebcgpgecadkoopogabka
विवरण Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'.
फ़ाइल का आकार 32.46 KB
स्थापना संख्या 7,299
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2022-11-16
डेवलपर monji.tech
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://monji.tech/
सहायता पृष्ठ URL https://monji.tech/contact
गोपनीयता नीति पृष्ठ URL https://monji.tech/policy
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MONJI-izm",
    "version": "1.0.5",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "default_locale": "en",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/monji.tech\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}