WordMark

Not the conventional bookmark.

WordMark क्या है?

WordMark Aashay Palliwar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Not the conventional bookmark."।

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

screenshot
screenshot
screenshot

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

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

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

                        What can one do with it?

1. Select some text on any random web-page and right click to save it to WordMark's manager with optional remark and category
2. Later from the manager, with just one click, one can open the web-page and automatically scroll down to the same text which is now highlighted. 
3. The extension alerts you if the text you wordMarked has changed.

Other features include:
1. Saving entire browser states (all open tabs) under various categories and optional remarks.
2. From the same launcher, you can launch any saved browser state (i.e. all tabs) in a new window.
3. Manage all these from one page.                    

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

नाम WordMark WordMark
ID lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
आधिकारिक URL https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
विवरण Not the conventional bookmark.
फ़ाइल का आकार 278 KB
स्थापना संख्या 40
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2020-05-31
प्रकाशन तिथि 2020-05-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Aashay Palliwar
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://aashaypalliwar.github.io
सहायता पृष्ठ URL https://aashaypalliwar.github.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WordMark",
    "description": "Not the conventional bookmark.",
    "version": "0.0.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WordMark"
    },
    "icons": {
        "512": "logo512.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "activeTab",
        "*:\/\/*\/*"
    ]
}