AnyPage Sticky Note

With AnyPage Sticky Note, You can make resizeable sticker notes card on any webpage, notes will loaded again when you reopen page

AnyPage Sticky Note क्या है?

AnyPage Sticky Note https://shebao.500talk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With AnyPage Sticky Note, You can make resizeable sticker notes card on any webpage, notes will loaded again when you reopen page"।

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

screenshot
screenshot

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

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

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

                        with this ext, you can make notes on any web page, any position, and able to select text, also sticky note is resizeable. when you open that page again, the notes get loaded automaticly.
Hi,

I did a search on all 'notes' related extension here, and find all of them can only post in the popup window, not on web page. so i make this:

the features:
1) able to create note on any webpage
2) all notes get saved in real time.
3) view all saved  by click ⚙️.
4) Sticky note is able to resize.
5) Longpress X, can close all note on current page

what come next
6) auto save to your google doc.
7) sync note to notion.                    

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

नाम AnyPage Sticky Note AnyPage Sticky Note
ID fphhjfibjcbdifebdmpcdahnnknedjch
आधिकारिक URL https://chromewebstore.google.com/detail/anypage-sticky-note/fphhjfibjcbdifebdmpcdahnnknedjch
विवरण With AnyPage Sticky Note, You can make resizeable sticker notes card on any webpage, notes will loaded again when you reopen page
फ़ाइल का आकार 89.74 KB
स्थापना संख्या 508
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2023-12-28
प्रकाशन तिथि 2021-03-22
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर https://shebao.500talk.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/21d27cb1-0bd3-4a24-8625-b96cc58fbe8a
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 3,
    "content_security_policy": {
        "content_security_policy": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "asset\/background.js"
    },
    "action": {
        "default_icon": "asset\/images\/note-icon-128.png",
        "default_title": "AnyPage Sticky Note"
    },
    "content_scripts": [
        {
            "css": [
                "asset\/stickies.css"
            ],
            "js": [
                "asset\/stickies.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "With AnyPage Sticky Note, You can make resizeable sticker notes card on any webpage, notes will loaded again when you reopen page",
    "icons": {
        "32": "asset\/images\/note-32.png",
        "48": "asset\/images\/note-icon-128.png",
        "128": "asset\/images\/note-icon-128.png"
    },
    "name": "AnyPage Sticky Note",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/images\/*.png",
                "asset\/images\/*.gif"
            ],
            "matches": [
                ""
            ]
        }
    ]
}