1Click History with thumbnails

Watch your history with thumbnails of the page you visited

Что такое 1Click History with thumbnails?

1Click History with thumbnails - это расширение Chrome, разработанное https://1ce.org, и его основная функция - "Watch your history with thumbnails of the page you visited".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения 1Click History with thumbnails

Скачайте файлы расширений 1Click History with thumbnails в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Recognize recent sites you've visited lately, by screenshots of them.


This extension is an open-source 📰 extension. What is it mean for you:

☑ It's mean it's safe. Everyone can inspect the source code.
☑ It's mean that if you're are a developer or intern your more than welcome to contribute code.

This extension is another extension of 1ce. Our mission is to advance open-source extensions.
Visit our website to learn more, and be part of the community: https://1ce.org


If you have a question, visit the FAQ section on our website: https://1ce.org

Usage Guide:

1. Install the extension (Click on the "Add to Chrome")

2. Click on the extension icon (After you install it).

3. In the new tab you can see all sites you visited in the recent past.


For more instruction visit the website: https://1ce.org


Permissions explain:

We need "tabs", "window" and "all urls" permissions to take snapshot of any site.
We need "history" permission to get your history.
We need "storage" pemission to store the screenshots, locally in your browser (The screenshots are NOT stored at any external source)

We don't use this permission to anything else.

Data Usage:

We do not record any of your data usage. Everything stay private on your machine, until your decide you want to share it.                    

Основная информация о расширении

Название 1Click History with thumbnails 1Click History with thumbnails
ID aaeiploobnfomicfnoloiejlcnagjapl
Официальный URL https://chromewebstore.google.com/detail/1click-history-with-thumb/aaeiploobnfomicfnoloiejlcnagjapl
Описание Watch your history with thumbnails of the page you visited
Размер файла 75.26 KB
Количество установок 224
Текущая Версия 1.0
Последнее Обновление 2018-06-18
Дата публикации 2018-06-18
Рейтинг 3.20/5 Всего 5 оценок
Разработчик https://1ce.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://1ce.org
URL страницы помощи https://1ce.org
URL страницы политики конфиденциальности https://1ce.org/privacy
Поддерживаемые языки id,de,en,fr,nl,vi,tr,ca,da,es,it,hu,pl,ro,sl,sv,cs,el,bg,ru,iw,hi,bn,ml,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name__",
    "version": "1.0",
    "description": "__MSG_ext_desc__",
    "permissions": [
        "tabs",
        "history",
        "storage",
        "windows",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/browseraction.png",
        "default_title": "__MSG_browser_action__"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/script.js"
            ]
        }
    ],
    "default_locale": "en",
    "offline_enabled": true,
    "manifest_version": 2
}