Sortmark
Sort bookmarks all at once.
O que é Sortmark?
Sortmark é uma extensão do Chrome desenvolvida por webgoto, e sua principal característica é "Sort bookmarks all at once.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sortmark
Baixe arquivos de extensão Sortmark 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
・Sort Ascending, Descending ・Can be compared by title, URL, and date added ・Automatically in the background ・Ignore specified folder ・Run in the specified folder ■Change log 2021/01/25 v0.1.4 ・[improvement] background persistent is true. 2020-07-02 v0.1.3 ・[Fix] An error occurs when there are many bookmarks. 2020-06-24 v0.1.2 ・Added japanese language. 2020-06-11 v0.1.1 ・Sorting algorithm closer to chrome browser. 2020-01-22 v0.1.0 ・First release
Informações Básicas da Extensão
Nome | Sortmark |
ID | nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
URL Oficial | https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
Descrição | Sort bookmarks all at once. |
Tamanho do Arquivo | 21.32 KB |
Contagem de Instalações | 2,840 |
Versão Atual | 0.1.4 |
Última Atualização | 2021-01-26 |
Data de Publicação | 2020-07-02 |
Classificação | 4.78/5 Total de 23 Avaliações |
Desenvolvedor | webgoto |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "Sort bookmarks all at once.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Sortmark", "browser_action": [], "permissions": [ "bookmarks" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4" } |