PageMo - Sticky notes & Memo in any page

Add sticky notes on any page, move the sticky notes to any position on page. View all sticky notes in the extension options.

PageMo - Sticky notes & Memo in any page क्या है?

PageMo - Sticky notes & Memo in any page innomi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add sticky notes on any page, move the sticky notes to any position on page. View all sticky notes in the extension options."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में PageMo - Sticky notes & Memo in any page एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        You can add sticky notes to any web page and move the sticky notes to anywhere on the page. 
Even if you restart the web page, the added memo will be displayed. 
You can set the fort size, marker, background color, etc. 
In the editor that edits the memo. You can check the added sticky notes list in the extension options.

■ Functions of sticky notes editor
 - Bold, italic, underline, strikethrough, fort size settings.
 - Marker color, text color, background color setting.
 - Delete memo, close editor, click OK button to complete editing sticky note.

■ Sticky notes display
 - Move notes by dragging and dropping.
 - If you hover your mouse over the lower right corner of the memo, 
   the size adjustment icon will be displayed and you can adjust the memo size.

■ Sticky notes list display page
 - When you press the menu "Show Notes List" of the Pegemo extension, the sticky notes list page is displayed.
 - A list of added memos is displayed on the option page of the Pegemo extension.
 - The added sticky notes and the target site are displayed on the sticky notes list page.
 - You can delete sticky notes with the trash can icon and delete sticky notes for each site.
 - You can access the target site of the added sticky notes from the list.                    

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

नाम PageMo - Sticky notes & Memo in any page PageMo - Sticky notes & Memo in any page
ID pofjbbchhigcnknnkohmonholngahbgk
आधिकारिक URL https://chromewebstore.google.com/detail/pagemo-sticky-notes-memo/pofjbbchhigcnknnkohmonholngahbgk
विवरण Add sticky notes on any page, move the sticky notes to any position on page. View all sticky notes in the extension options.
फ़ाइल का आकार 2.43 MB
स्थापना संख्या 218
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2022-12-01
प्रकाशन तिथि 2022-05-22
रेटिंग 3.67/5 कुल 6 रेटिंग्स
डेवलपर innomi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "0.0.4",
    "default_locale": "en",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "webNavigation"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Add memo to page!",
        "default_icon": {
            "48": "\/images\/start_48.png",
            "128": "\/images\/start_128.png"
        }
    },
    "icons": {
        "48": "\/images\/start_48.png",
        "128": "\/images\/start_128.png"
    },
    "options_page": "\/options\/index.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "lib\/spectrum.min.css",
                "lib\/summernote\/summernote-lite.css",
                "lib\/fontawesome\/css\/all.min.css",
                "content.css"
            ],
            "js": [
                "lib\/jquery.slim.min.js",
                "lib\/spectrum.min.js",
                "lib\/summernote\/summernote-lite.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/summernote\/summernote.min.js.map",
                "lib\/summernote\/font\/summernote.eot",
                "lib\/summernote\/font\/summernote.ttf",
                "lib\/summernote\/font\/summernote.woff",
                "lib\/summernote\/font\/summernote.woff2",
                "lib\/fontawesome\/webfonts\/*.ttf",
                "lib\/fontawesome\/webfonts\/*.woff2"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}