MPen

For example. To mark important sentence. To Write operations during Screencast. MPen is simple graffiti tool.

Τι είναι το MPen;

Το MPen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://uchicrew.jp, και η κύρια λειτουργία του είναι "For example. To mark important sentence. To Write operations during Screencast. MPen is simple graffiti tool.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MPen

Λήψη αρχείων επέκτασης MPen σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Translucent color
You can use it like a highlighter with a translucent color compatible pen.

Undo/Redo
MPen keeps track of 8 undo levels. Usability like a desktop application.

Multi-language
UI supports English and Japanese.


For Windows 8.1/10 users:
There is a problem that you can not click on the touchpad while pressing the letter key. Improved by setting "touchpad sensitivity" of touchpad to "maximum sensitivity" in your Windows settings.
For details, please refer to Microsoft Support. (https://support.microsoft.com/en-us/help/2907018/button-clicks-for-internal-touchpads-and-pointing-sticks-are-not-respo)


# Keyboard Shortcuts

[`] fold/unfold panel
[1] pen
[2] line
[3] rect
[4] ellipse
[5] text
[6] eraser
[7] hand
[8] pointer

[-] clear
[=] toggle option panel
[Backspace] minimize/restore toolbar

[q] pen (pressing)
[w] line (pressing)
[e] rect (pressing)
[r] ellipse (pressing)
[t] text (pressing)
[y] eraser (pressing)
[u] hand (pressing)
[i] pointer (pressing)

[Ctrl]+[z] undo
[Ctrl]+[y] redo
[Ctrl]+[Backspace] exit

[Esc] abort
[`] fold
[Alt] show/hide shortcut key


# Release Note

Version 0.2.1
- Remove unused permission.

Version 0.2.0
- Added Rect tool.
- Added Ellipse tool.
- You can draw vertical/horizontal lines by holding down the Shift key and dragging with Line tool.
- Changed keyboard shortcuts
- Bug Fixes & Other Misc. Changes

Version 0.1.7
- Added Quick Tool feature. You can temporarily use the tool while pressing [QWERTY] key.

Version 0.1.6
- Bug fixes.

Version 0.1.5
- Added Text tool.
- Option panel can now move to left/right.
- You can now open a blank/ruled-line/grid page from the icon menu.

Version 0.1.4
- Added Undo/Redo functions.
- Added Abort command to Eraser.

Version 0.1.3
- Fixed touchscreen issue.

Version 0.1.2
- Added Line tool.
- Added Abort command to Pen and Line. ([ESC] key)

Version 0.1.1
- Add Contextual mouse pointer.

Version 0.1.0
- Initial release.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα MPen MPen
ID cghmnieebgefhenggkhbdbhgcjlegkkc
Επίσημο URL https://chromewebstore.google.com/detail/mpen/cghmnieebgefhenggkhbdbhgcjlegkkc
Περιγραφή For example. To mark important sentence. To Write operations during Screencast. MPen is simple graffiti tool.
Μέγεθος Αρχείου 168 KB
Αριθμός Εγκαταστάσεων 34,240
Τρέχουσα Έκδοση 0.2.1
Τελευταία Ενημέρωση 2021-06-16
Ημερομηνία Δημοσίευσης 2018-03-27
Αξιολόγηση 4.62/5 Συνολικά 37 Αξιολογήσεις
Προγραμματιστής https://uchicrew.jp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://uchicrew.jp/mpen
URL της Σελίδας Πολιτικής Απορρήτου http://uchicrew.jp/mpen-privacy-policy
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.2.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "action.png",
        "default_title": "__MSG_extName__"
    },
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}