Unmark

Unmark's Chrome extension for saving your marks.

Unmark क्या है?

Unmark https://unmark.it द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unmark's Chrome extension for saving your marks."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Unmark Chrome extension allows you to easily save pages to your Unmark account. 

You can do the following:

- Right click on any page to quickly save it to your account behind-the-scenes

- Click the extension icon provided to save/update the page with more details

- Archive, restore and delete the page from your account using the extension icon

- Search your saved marks from the omnibox (Type unmark then your search). Search is restricted to paid accounts only.

- Open source! Fork it on GitHub: https://github.com/plainmade/unmark-chrome                    

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

नाम Unmark Unmark
ID cdhnljlbeehjgddokagghpfgahhlifch
आधिकारिक URL https://chromewebstore.google.com/detail/unmark/cdhnljlbeehjgddokagghpfgahhlifch
विवरण Unmark's Chrome extension for saving your marks.
फ़ाइल का आकार 81.95 KB
स्थापना संख्या 509
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-04-02
प्रकाशन तिथि 2014-04-02
रेटिंग 3.93/5 कुल 15 रेटिंग्स
डेवलपर https://unmark.it
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://unmark.it
सहायता पृष्ठ URL http://help.unmark.it
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unmark",
    "description": "Unmark's Chrome extension for saving your marks.",
    "version": "1.0.1",
    "homepage_url": "https:\/\/unmark.it",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/unmark.it\/"
    ],
    "omnibox": {
        "keyword": "unmark"
    },
    "background": {
        "scripts": [
            "js\/third_party\/jquery.js",
            "js\/unmark\/base.js",
            "js\/unmark\/omnibox.js",
            "js\/unmark\/contexts.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Save to Unmark",
        "default_popup": "unmark.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/unmark\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}

संबंधित एक्सटेंशन्स