Extended Bookmarks

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

Cos'è Extended Bookmarks?

Extended Bookmarks è un'estensione di Chrome sviluppata da tetrapak07, e la sua funzione principale è "English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Extended Bookmarks

Scarica i file di estensione Extended Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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) Статистика просмотров на сайтах                    

Informazioni di Base sull'Estensione

Nome Extended Bookmarks Extended Bookmarks
ID bnajanbjgghpefcgbplooeabeonibeok
URL Ufficiale https://chromewebstore.google.com/detail/extended-bookmarks/bnajanbjgghpefcgbplooeabeonibeok
Descrizione English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…
Dimensione del File 749 KB
Conteggio Installazioni 71
Versione Corrente 1.0.2
Ultimo Aggiornamento 2018-04-22
Data di Pubblicazione 2018-04-22
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore tetrapak07
Tipo di Pagamento free
Lingue Supportate 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"
}