Recent Bookmarks
Easily access your recent bookmarks or search for them
Vad är Recent Bookmarks?
Recent Bookmarks är en Chrome-tillägg utvecklad av sodik, och dess huvudfunktion är "Easily access your recent bookmarks or search for them".
Tilläggsskärmbilder
Ladda ner Recent Bookmarks-förlängningens CRX-fil
Ladda ner Recent Bookmarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | jiccoelcmhpbnpalcgfoppfmhehogdbl |
| Officiell webbadress | https://chromewebstore.google.com/detail/recent-bookmarks/jiccoelcmhpbnpalcgfoppfmhehogdbl |
| Beskrivning | Easily access your recent bookmarks or search for them |
| Filstorlek | 320 KB |
| Antal Installationer | 770 |
| Aktuell Version | 0.7.0 |
| Senast Uppdaterad | 2023-12-10 |
| Publiceringsdatum | 2017-07-20 |
| Betyg | 4.29/5 Totalt 7 Betyg |
| Utvecklare | sodik |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/sodik82/recent-bookmarks |
| Stödda Språk | 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"
} | |