Extended Bookmarks

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

Extended Bookmarks란 무엇입니까?

Extended Bookmarks은(는) tetrapak07에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Extended Bookmarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Extended Bookmarks Extended Bookmarks
ID bnajanbjgghpefcgbplooeabeonibeok
공식 URL https://chromewebstore.google.com/detail/extended-bookmarks/bnajanbjgghpefcgbplooeabeonibeok
설명 English 1) A lists of recent bookmarks, grouped by: - The date they were added; - The number of clicks; - The recent closed…
파일 크기 749 KB
설치 횟수 71
현재 버전 1.0.2
최근 업데이트 2018-04-22
출시 날짜 2018-04-22
평점 3.50/5 총 4 개의 평점
개발자 tetrapak07
결제 유형 free
지원되는 언어 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"
}