Bookmarks by Date

Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.

Qu'est-ce que Bookmarks by Date ?

Bookmarks by Date est une extension Chrome développée par kirk272, et sa fonction principale est "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarks by Date

Téléchargez les fichiers d'extension Bookmarks by Date 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

                        When the popup is scrolled, a bubble containing the date is displayed next to the scrollbar. The date can be displayed in many different languages, and the extension supports both light and dark themes. Based on the Recent Bookmarks extension by zamtools.                    

Informations de Base sur l'Extension

Nom Bookmarks by Date Bookmarks by Date
ID pomjhbedidaoemdkgbnbkdioimdefphh
URL Officiel https://chromewebstore.google.com/detail/bookmarks-by-date/pomjhbedidaoemdkgbnbkdioimdefphh
Description Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.
Taille du Fichier 438 KB
Nombre d'Installations 417
Version Actuelle 1.0.4
Dernière Mise à Jour 2018-08-26
Date de Publication 2018-08-25
Évaluation 4.29/5 Total 7 Évaluations
Développeur kirk272
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks by Date",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Displays a list of bookmarks in descending order from newest to oldest, grouped by the day they were added.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}