Popup my Bookmarks

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

Popup my Bookmarks क्या है?

Popup my Bookmarks foray1010 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A more efficient way to view and manage your bookmarks menu."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Popup my Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        - 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:                     

एक्सटेंशन की मूल जानकारी

नाम Popup my Bookmarks Popup my Bookmarks
ID mppflflkbbafeopeoeigkbbdjdbeifni
आधिकारिक URL https://chromewebstore.google.com/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
विवरण A more efficient way to view and manage your bookmarks menu.
फ़ाइल का आकार 134 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 8.0.0
अंतिम अपडेट 2024-01-08
प्रकाशन तिथि 2019-12-03
रेटिंग 4.55/5 कुल 504 रेटिंग्स
डेवलपर foray1010
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/foray1010/Popup-my-Bookmarks
सहायता पृष्ठ URL https://github.com/foray1010/Popup-my-Bookmarks/issues
गोपनीयता नीति पृष्ठ URL https://github.com/foray1010/Popup-my-Bookmarks/blob/master/PRIVACY.md
समर्थित भाषाएँ 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"
    ]
}