Bookmarkie - Bookmarks in popup

View and manage your bookmarks in a popup.

O que é Bookmarkie - Bookmarks in popup?

Bookmarkie - Bookmarks in popup é uma extensão do Chrome desenvolvida por Angus Zhu, e sua principal característica é "View and manage your bookmarks in a popup.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Bookmarkie - Bookmarks in popup

Baixe arquivos de extensão Bookmarkie - Bookmarks in popup 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

                        Maybe the most beautifully designed popup bookmark you can ask for Chrome.
View, organize or edit your bookmark within a popup menu.

Latest Update
- Now you can middle click to open bookmarks in background

Recent Updates
- Added theme color options and more
- Revamped from ground up with MV3

@Ztail and Daniel also contributed to this extension.                    

Informações Básicas da Extensão

Nome Bookmarkie - Bookmarks in popup Bookmarkie - Bookmarks in popup
ID ahlphbdcaacfhkiajebghpngknafklbj
URL Oficial https://chromewebstore.google.com/detail/bookmarkie-bookmarks-in-p/ahlphbdcaacfhkiajebghpngknafklbj
Descrição View and manage your bookmarks in a popup.
Tamanho do Arquivo 95.88 KB
Contagem de Instalações 6,000
Versão Atual 3.0.5
Última Atualização 2024-02-19
Data de Publicação 2019-10-28
Classificação 4.49/5 Total de 166 Avaliações
Desenvolvedor Angus Zhu
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ie.framer.website/privacy
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "short_name": "Bookmarkie",
    "icons": {
        "48": "icons\/icon-128.png",
        "128": "icons\/icon-128.png"
    },
    "version": "3.0.5",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/detectColorScheme.ts-loader-CLNFjBHf.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "contextMenus",
        "favicon"
    ],
    "optional_permissions": [
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "index.html"
    },
    "minimum_chrome_version": "107",
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/detectColorScheme.ts-CeXFKpTo.js"
            ],
            "use_dynamic_url": true
        }
    ]
}