Über simple bookmark count
Shows an icon with the bookmark count.
O que é Über simple bookmark count?
Über simple bookmark count é uma extensão do Chrome desenvolvida por Eduardo Noeda, e sua principal característica é "Shows an icon with the bookmark count.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Über simple bookmark count
Baixe arquivos de extensão Über simple bookmark count 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
Shows an icon with the bookmark count. Updates this counting when you click the icon. Version History v1.2 (17 Feb 2014) - Shows the bookmark count in the tooltip. - If there are more than 10,000 bookmarks, it show the count in the format 10k0 (but you can see the exact number in the tooltip). v1.0 (Jun 2012) - Initial version
Informações Básicas da Extensão
Nome | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
URL Oficial | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
Descrição | Shows an icon with the bookmark count. |
Tamanho do Arquivo | 73.08 KB |
Contagem de Instalações | 3,022 |
Versão Atual | 1.2 |
Última Atualização | 2014-02-17 |
Data de Publicação | 2014-02-17 |
Classificação | 4.61/5 Total de 33 Avaliações |
Desenvolvedor | Eduardo Noeda |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u00dcber simple bookmark count", "version": "1.2", "manifest_version": 2, "description": "Shows an icon with the bookmark count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your bookmarks" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "bmcount.js" ] }, "permissions": [ "bookmarks" ] } |