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…

O que é Automark?

Automark é uma extensão do Chrome desenvolvida por etsung, e sua principal característica é "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…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Automark

Baixe arquivos de extensão Automark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Automark Automark
ID bkoocelmjplgjkkhbekfdiabagdkdhlc
URL Oficial https://chromewebstore.google.com/detail/automark/bkoocelmjplgjkkhbekfdiabagdkdhlc
Descrição 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…
Tamanho do Arquivo 1.88 MB
Contagem de Instalações 55
Versão Atual 0.2.0
Última Atualização 2015-03-01
Data de Publicação 2015-03-01
Classificação 2.75/5 Total de 8 Avaliações
Desenvolvedor etsung
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}