MONJI-izm

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

MONJI-izmคืออะไร?

MONJI-izm เป็นส่วนขยายของ Chrome ที่พัฒนาโดย monji.tech และคุณลักษณะหลักของมันคือ "Capture a screenshot of the current page real fast for the visual feedback tool 'MONJI'."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MONJI-izm

ดาวน์โหลดไฟล์ส่วนขยาย MONJI-izm ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        【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"
    }
}