Awesome Recent Bookmarks
Shows recent bookmark
Qu'est-ce que Awesome Recent Bookmarks ?
Awesome Recent Bookmarks est une extension Chrome développée par toumasuxp, et sa fonction principale est "Shows recent bookmark".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Awesome Recent Bookmarks
Téléchargez les fichiers d'extension Awesome Recent Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ddnfpifnooijlnjhnndijfcbppjdmece |
URL Officiel | https://chrome.google.com/webstore/detail/awesome-recent-bookmarks/ddnfpifnooijlnjhnndijfcbppjdmece |
Description | Shows recent bookmark |
Taille du Fichier | 48.77 KB |
Nombre d'Installations | 29 |
Version Actuelle | 0.1.5 |
Dernière Mise à Jour | 2021-10-15 |
Date de Publication | 2020-01-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | toumasuxp |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |