Automark

Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as…

Automark क्या है?

Automark etsung द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as…"।

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

screenshot

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

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

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

                        Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as often, we find our bookmarks to be cluttered, a mass of links that we know we want to visit. In this modern world where time is money and hundreds of websites are created every day, few take the time to organize and sort their bookmarks, which leads to even fewer users who will make use of their bookmarks at all.

Automark is here to change that. Automark is a bookmark manager Chrome Extension that uses Latent Symantic Indexing and Keyword Filtering to organize your bookmarks for you. With Automark, you can:
-Organize bookmarks by automatically created folders
-Search your bookmarks by keywords
-Switch between folder generation algorithms
-Sort your bookmarks by date
And more!

Technical Details
Automark first uses keyword filtering to extract the "gist" of a bookmarked website. When it enters your repository of bookmarks, Automark uses latent semantic indexing to generate a transformation matrix that transforms all bookmarked websites and keywords into a low dimensional vector that allows for faster searching among thousands of keywords. The folder generation uses a greedy algorithm to maximize the differences between folder names among your bookmarks to display them.                    

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

नाम Automark Automark
ID bkoocelmjplgjkkhbekfdiabagdkdhlc
आधिकारिक URL https://chromewebstore.google.com/detail/automark/bkoocelmjplgjkkhbekfdiabagdkdhlc
विवरण Often, we bookmark pages that we want to be able to come back to or that we do not have time to fully digest at the moment. Just as…
फ़ाइल का आकार 1.88 MB
स्थापना संख्या 55
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2015-03-01
प्रकाशन तिथि 2015-03-01
रेटिंग 2.75/5 कुल 8 रेटिंग्स
डेवलपर etsung
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Automark",
    "version": "0.2.0",
    "icons": {
        "128": "crx\/logo_128px.png"
    },
    "browser_action": {
        "default_icon": {
            "38": "crx\/logo_64px.png"
        },
        "default_title": "Automark"
    },
    "background": {
        "scripts": [
            "crx\/handleReq.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "bookmarks": "index.html"
    },
    "web_accessible_resources": [
        "crx\/worker.js"
    ]
}