Extended Bookmarks

English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…

Qu'est-ce que Extended Bookmarks ?

Extended Bookmarks est une extension Chrome développée par tetrapak07, et sa fonction principale est "English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Extended Bookmarks

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

                        English
 1) A lists of recent bookmarks, grouped by: 
 - The date they were added; 
 - The number of clicks;
 - The recent closed date; 
 - Not visited bookmarks in separate tab etc;
 
 2) A websites changes subsribe alternative (beta version);
 
 3) Websites views statistic
 
 Українська
 1) Список закладок згрупованих за: 
 - Датою та часом додання; 
 - Кількістю кліків (відвідувань); 
 - Датою закриття;
 - Невідвідані закладки в окремій вкладці в тому числі; 

 2) Альтернативна підписка на зміни контенту на сайтах (бета версія); 
 3) Статистика переглядів на сайтах

Русский
1) Список закладок сгруппированных по: дате добавления, количеству кликов (посещений), дате закрытия. Не посещенные закладки в отдельной вкладке в том числе; 2) Альтернативная подписка на изменения контента на сайтах (бета версия); 3) Статистика просмотров на сайтах                    

Informations de Base sur l'Extension

Nom Extended Bookmarks Extended Bookmarks
ID bnajanbjgghpefcgbplooeabeonibeok
URL Officiel https://chromewebstore.google.com/detail/extended-bookmarks/bnajanbjgghpefcgbplooeabeonibeok
Description English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…
Taille du Fichier 749 KB
Nombre d'Installations 71
Version Actuelle 1.0.2
Dernière Mise à Jour 2018-04-22
Date de Publication 2018-04-22
Évaluation 3.50/5 Total 4 Évaluations
Développeur tetrapak07
Type de Paiement free
Langues Prises en Charge en,en-GB,en-US,ru,uk
manifest.json
{
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "description": "__MSG_manifestDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js",
            "js\/options.js"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/df.js"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "web_accessible_resources": [
        "*.png",
        "\/*.png",
        "*.svg",
        "\/*.svg"
    ],
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "unlimitedStorage",
        "alarms",
        "notifications"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}