Urim
Yet another Tag Cloud based on browser content
What is Urim?
Urim is a Chrome extension developed by Oleg Mazko, and its main feature is "Yet another Tag Cloud based on browser content".
Extension Screenshots
Download Urim Extension CRX File
Download Urim extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Автоматический поиск наиболее повторяющихся фрагментов текста (облако тегов). При этом учитывается язык текста и его морфологические особенности. Ctrl + Левый клик миши на сером фоне => следующая страница облака тегов. Shift + Левый клик миши на сером фоне => первая страница облака тегов. Если вы хотите увидеть облако лишь для части страницы, просто выделите необходимый фрагмент текста. Чтобы подсветить все вхождения слова на странице, используйте левую кнопку мыши.
Extension Basic Information
Name | Urim |
ID | dgbmgeggadefpkjalbioogkeiidmckcj |
Official URL | https://chromewebstore.google.com/detail/urim/dgbmgeggadefpkjalbioogkeiidmckcj |
Description | Yet another Tag Cloud based on browser content |
File Size | 1.06 MB |
Installation Count | 40 |
Current Version | 0.4.0 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Developer | Oleg Mazko |
Payment Type | free |
Extension Website | http://mazko.github.io/jstaggregator/ |
Help Page URL | https://github.com/mazko/jstaggregator/issues |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Urim", "description": "Yet another Tag Cloud based on browser content", "version": "0.4.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Attach Urim Sidebar", "default_icon": { "16": "data\/images\/icon-16.png", "32": "data\/images\/icon-32.png" } }, "web_accessible_resources": [ "data\/images\/flags\/64\/*.png", "data\/css\/*.css" ], "icons": { "16": "data\/images\/icon-16.png", "32": "data\/images\/icon-32.png", "48": "data\/images\/icon-48.png", "64": "data\/images\/icon-64.png", "128": "data\/images\/icon-128.png" } } |