My Bookmarks Alpha

Manage your bookmarks with a simple and clean layout

O que é My Bookmarks Alpha?

My Bookmarks Alpha é uma extensão do Chrome desenvolvida por Hackety Apps, e sua principal característica é "Manage your bookmarks with a simple and clean layout".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão My Bookmarks Alpha

Baixe arquivos de extensão My Bookmarks Alpha 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

                        My Bookmarks lets you manage your existing bookmarks in chrome with a simple and clean layout. This extension will override the default chrome bookmarks manager.

Please note that this extension is still in Alpha version which may still contain bugs. We're releasing this in Alpha because we would love to have some feedback on what we can improve and make it work perfectly.

My Bookmarks currently doesn't support drag and drop properly but we are currently working on it. Then our app should be ready for Beta testing.                    

Informações Básicas da Extensão

Nome My Bookmarks Alpha My Bookmarks Alpha
ID ikdimglfjnihmbkaghnpcedcjddghcal
URL Oficial https://chromewebstore.google.com/detail/my-bookmarks-alpha/ikdimglfjnihmbkaghnpcedcjddghcal
Descrição Manage your bookmarks with a simple and clean layout
Tamanho do Arquivo 92.83 KB
Contagem de Instalações 74
Versão Atual 0.1.0
Última Atualização 2019-02-28
Data de Publicação 2019-02-28
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor Hackety Apps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Bookmarks Alpha",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Manage your bookmarks with a simple and clean layout",
    "permissions": [
        "bookmarks"
    ],
    "chrome_url_overrides": {
        "bookmarks": "popup.html"
    },
    "icons": {
        "16": "icon_016.png",
        "48": "icon_048.png",
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ]
}