Recent Bookmarks
Easily access your recent bookmarks or search for them
Recent Bookmarks क्या है?
Recent Bookmarks sodik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily access your recent bookmarks or search for them"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Recent Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Shows recent bookmarks and opens it either in new tab or in actual tab depending on the chosen options (use CTRL to override this). You can use default shortcut Ctrl+B to open popup menu Unfortunately shortcut works only for new installation due to bug https://code.google.com/p/chromium/issues/detail?id=336420 For old user update shortcut manually via "Keyboard shortcuts" in chrome://extensions/ page First version published in 2010.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
आधिकारिक URL | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
विवरण | Easily access your recent bookmarks or search for them |
फ़ाइल का आकार | 320 KB |
स्थापना संख्या | 770 |
वर्तमान संस्करण | 0.7.0 |
अंतिम अपडेट | 2023-12-10 |
प्रकाशन तिथि | 2017-07-20 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | sodik |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/sodik82/recent-bookmarks |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "img\/icon.png", "default_popup": "popup2.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+B" } } }, "description": "Easily access your recent bookmarks or search for them", "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "manifest_version": 3, "minimum_chrome_version": "88.0", "name": "Recent Bookmarks", "options_page": "options.html", "permissions": [ "bookmarks", "tabs", "storage" ], "version": "0.7.0" } |