BookmarkBy

An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics

O que é BookmarkBy?

BookmarkBy é uma extensão do Chrome desenvolvida por bookmarkby, e sua principal característica é "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BookmarkBy

Baixe arquivos de extensão BookmarkBy 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

                        You will be amazed to see what you can do with your bookmarks!

===Features===
Search your bookmarks from any tabs with just one click.
See your Most bookmarked sites and Most clicked Bookmarks in Full view.
Search your bookmarks with ease. Search all or within a folder, sort them to find what matters.
Share your bookmarks on social media with one click.
Filter your bookmarks by folder, Edit or Delete them based on your need.

===V 1.0.2 update===
Bugfix for longer URLs in'Most Bookmarked sites' card                    

Informações Básicas da Extensão

Nome BookmarkBy BookmarkBy
ID ondbeojkdmaaafddmfdlpgcdfkldemio
URL Oficial https://chromewebstore.google.com/detail/bookmarkby/ondbeojkdmaaafddmfdlpgcdfkldemio
Descrição An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics
Tamanho do Arquivo 1.35 MB
Contagem de Instalações 104
Versão Atual 1.0.2
Última Atualização 2020-02-09
Data de Publicação 2020-02-09
Classificação 4.62/5 Total de 21 Avaliações
Desenvolvedor bookmarkby
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BookmarkBy",
    "author": "Anirban, Animesh, Ayan, Soham",
    "version": "1.0.2",
    "description": "An elegant bookmark manager which lets you manage your bookmarks efficiently & see analytics",
    "icons": {
        "16": "bookmarkby_icon16.png",
        "48": "bookmarkby_icon48.png",
        "128": "bookmarkby_icon128.png"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "BookmarkBy",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}