Extended Bookmarks

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

O que é Extended Bookmarks?

Extended Bookmarks é uma extensão do Chrome desenvolvida por tetrapak07, e sua principal característica é "English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Extended Bookmarks

Baixe arquivos de extensão Extended Bookmarks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Extended Bookmarks Extended Bookmarks
ID bnajanbjgghpefcgbplooeabeonibeok
URL Oficial https://chromewebstore.google.com/detail/extended-bookmarks/bnajanbjgghpefcgbplooeabeonibeok
Descrição English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…
Tamanho do Arquivo 749 KB
Contagem de Instalações 71
Versão Atual 1.0.2
Última Atualização 2018-04-22
Data de Publicação 2018-04-22
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor tetrapak07
Tipo de Pagamento free
Idiomas Suportados 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"
}