Extended Bookmarks

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

What is Extended Bookmarks?

Extended Bookmarks is a Chrome extension developed by tetrapak07, and its main feature is "English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…".

Extension Screenshots

screenshot
screenshot
screenshot

Download Extended Bookmarks Extension CRX File

Download Extended Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Extended Bookmarks Extended Bookmarks
ID bnajanbjgghpefcgbplooeabeonibeok
Official URL 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…
File Size 749 KB
Installation Count 71
Current Version 1.0.2
Last Updated 2018-04-22
Publish Date 2018-04-22
Rating 3.50/5 Total 4 Ratings
Developer tetrapak07
Payment Type free
Supported Languages 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"
}