Awesome Recent Bookmarks

Shows recent bookmark

Awesome Recent Bookmarks क्या है?

Awesome Recent Bookmarks toumasuxp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows recent bookmark"।

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

screenshot
screenshot
screenshot

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

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

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

                        Show recent bookmarks menu. Works with Google Chrome bookmarks.

You change settings of this extension if you don't like default settings.

For example,

- the number of showing recent bookmarks
- alert when you delete a recent bookmarks                    

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

नाम Awesome Recent Bookmarks Awesome Recent Bookmarks
ID ddnfpifnooijlnjhnndijfcbppjdmece
आधिकारिक URL https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece
विवरण Shows recent bookmark
फ़ाइल का आकार 48.77 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2021-10-15
प्रकाशन तिथि 2020-01-26
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर toumasuxp
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Recent Bookmarks",
    "version": "0.1.5",
    "description": "Shows recent bookmark",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "Awesome Recent Bookmarks",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "bookmarks"
    ]
}