Bookmark beautifier
A browser extension that sorts and organizes bookmarks, also has an edit mode.
O que é Bookmark beautifier?
Bookmark beautifier é uma extensão do Chrome desenvolvida por Jelly Corp, e sua principal característica é "A browser extension that sorts and organizes bookmarks, also has an edit mode.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmark beautifier
Baixe arquivos de extensão Bookmark beautifier 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
Chrome browser extension for sorting and organizing bookmarks. Simplifies the bookmark managing process by providing functions such as sorting, grouping similar links into folders and shortening obscure titles. USAGE: • Sorting • Grouping by domain • Shortening bookmark titles • Simply click two times to open the link • Manage you bookmarks with an easy to use interface -Drag and drop links to reorganize -Double click to edit link -Hold Ctrl and click to select multiple links PERMISSIONS: Bookmarks - for extension functionality. That's it, nothing else
Informações Básicas da Extensão
Nome | Bookmark beautifier |
ID | ahnaocfoepojfegbafgokdjnpnhajjgb |
URL Oficial | https://chromewebstore.google.com/detail/bookmark-beautifier/ahnaocfoepojfegbafgokdjnpnhajjgb |
Descrição | A browser extension that sorts and organizes bookmarks, also has an edit mode. |
Tamanho do Arquivo | 625 KB |
Contagem de Instalações | 1,218 |
Versão Atual | 1.0.5.5 |
Última Atualização | 2017-06-10 |
Data de Publicação | 2017-06-10 |
Classificação | 3.26/5 Total de 19 Avaliações |
Desenvolvedor | Jelly Corp |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/koolzz/bookmark-beautifier |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bookmark beautifier", "short_name": "Bbeautifier", "version": "1.0.5.5", "description": "A browser extension that sorts and organizes bookmarks, also has an edit mode.", "permissions": [ "bookmarks" ], "icons": { "128": "icon_128.png", "64": "icon_64.png", "16": "icon_16.png" }, "browser_action": { "default_title": "Bookmark beautifier", "default_icon": "icon_128.png", "default_popup": "popup.html" } } |