Bookmarkie - Bookmarks in popup

View and manage your bookmarks in a popup.

Was ist Bookmarkie - Bookmarks in popup?

Bookmarkie - Bookmarks in popup ist eine Chrome-Erweiterung, die von Angus Zhu entwickelt wurde, und ihr Hauptmerkmal ist "View and manage your bookmarks in a popup.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Bookmarkie - Bookmarks in popup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmarkie - Bookmarks in popup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bookmarkie - Bookmarks in popup Bookmarkie - Bookmarks in popup
ID ahlphbdcaacfhkiajebghpngknafklbj
Offizielle URL https://chromewebstore.google.com/detail/bookmarkie-bookmarks-in-p/ahlphbdcaacfhkiajebghpngknafklbj
Beschreibung View and manage your bookmarks in a popup.
Dateigröße 95.88 KB
Installationsanzahl 6,000
Aktuelle Version 3.0.5
Letztes Update 2024-02-19
Veröffentlichungsdatum 2019-10-28
Bewertung 4.49/5 Insgesamt 166 Bewertungen
Entwickler Angus Zhu
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://ie.framer.website/privacy
Unterstützte Sprachen 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
        }
    ]
}