Web Clipper

Save your favorite parts of the internet using this handy web clipper!

Что такое Web Clipper?

Web Clipper - это расширение Chrome, разработанное Unknown, и его основная функция - "Save your favorite parts of the internet using this handy web clipper!".

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

screenshot
screenshot

Скачать файл CRX расширения Web Clipper

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

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

                        -No need to sign up
-Data stored locally on your machine
-Save, star, and delete items on your saved list
-Type in and enter your own items to your saved list

You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.                    

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

Название Web Clipper Web Clipper
ID pnkophekijnfmnoenbakmfjjhfjfncfn
Официальный URL https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn
Описание Save your favorite parts of the internet using this handy web clipper!
Размер файла 451 KB
Количество установок 34
Текущая Версия 1.0.4
Последнее Обновление 2019-12-18
Дата публикации 2019-12-18
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Clipper",
    "description": "Save your favorite parts of the internet using this handy web clipper!",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}