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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Automark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | bkoocelmjplgjkkhbekfdiabagdkdhlc |
官方網址 | 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:\/\/*\/*", " |