Popup my Bookmarks

A more efficient way to view and manage your bookmarks menu.

Cos'è Popup my Bookmarks?

Popup my Bookmarks è un'estensione di Chrome sviluppata da foray1010, e la sua funzione principale è "A more efficient way to view and manage your bookmarks menu.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Popup my Bookmarks

Scarica i file di estensione Popup my Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        - Firefox / IE-like bookmarks menu

- Place mouse over folders to open it

- Search bookmarks when you type

- Do what Bookmark manager can do and more (e.g., Sort bookmarks by name, Add separator)

- Highly configurable

- Save 24px of your vertical workspace (Rock on Chromebook!)

- Take as few permissions as possible, we never put your privacy at risk

- No background running application, save computer memory and your privacy!

Changelog: 

## Todo & Working Progress

See 

## Contributing

- Translate to other languages. It's all depended on volunteers as I am not a linguist. ;-)

  Please join our translation team on 

- Fork me on GitHub, join our development!

  Repo:                     

Informazioni di Base sull'Estensione

Nome Popup my Bookmarks Popup my Bookmarks
ID mppflflkbbafeopeoeigkbbdjdbeifni
URL Ufficiale https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
Descrizione A more efficient way to view and manage your bookmarks menu.
Dimensione del File 134 KB
Conteggio Installazioni 10,000
Versione Corrente 8.0.0
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2019-12-03
Valutazione 4.55/5 Totale 504 Valutazioni
Sviluppatore foray1010
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/foray1010/Popup-my-Bookmarks
URL della Pagina di Aiuto https://github.com/foray1010/Popup-my-Bookmarks/issues
URL della Pagina della Politica sulla Privacy https://github.com/foray1010/Popup-my-Bookmarks/blob/master/PRIVACY.md
Lingue Supportate de,en,fr,nl,no,vi,es,it,sv,ru,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Popup my Bookmarks",
    "short_name": "PmB",
    "version": "8.0.0",
    "manifest_version": 3,
    "minimum_chrome_version": "108",
    "offline_enabled": true,
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/github.com\/foray1010\/Popup-my-Bookmarks",
    "icons": {
        "16": ".\/images\/icon16.png",
        "48": ".\/images\/icon48.png",
        "128": ".\/images\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "base-uri 'none'; default-src 'none'; form-action 'none'; frame-ancestors 'none'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline';"
    },
    "action": {
        "default_icon": ".\/images\/icon38.png",
        "default_popup": ".\/popup.html"
    },
    "options_ui": {
        "page": ".\/options.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+B"
            }
        }
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "favicon",
        "scripting",
        "storage",
        "tabs"
    ]
}