Link Save

An extension to save the links of all all open tabs to read later

Что такое Link Save?

Link Save - это расширение Chrome, разработанное abden003, и его основная функция - "An extension to save the links of all all open tabs to read later".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Ever have a thousand tabs open? Have you ever not wanted to close your browser so you don't lose all your tabs? Well lucky for you LinkSave is here. LinkSave is a chrome extension that saves all your tabs. LinkSave will save all of the tabs in the currently active chrome window into your bookmarks.  We created this app to help you keep track of all the tabs you want to read one day.  This extension is easy to use, and all it does is basically bookmark all your tabs (or the ones you select).  It will save everything in your bookmark folder under the "LinkSave" folder.                    

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

Название Link Save Link Save
ID kbobnagbmjmpcpioklajkgafggfdcafe
Официальный URL https://chromewebstore.google.com/detail/link-save/kbobnagbmjmpcpioklajkgafggfdcafe
Описание An extension to save the links of all all open tabs to read later
Размер файла 43.1 KB
Количество установок 1,145
Текущая Версия 1.3
Последнее Обновление 2015-06-17
Дата публикации 2015-06-16
Рейтинг 4.00/5 Всего 2 оценок
Разработчик abden003
Тип оплаты free
Официальный сайт расширения http://sudohalt.github.io/LinkSave/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Save",
    "description": "An extension to save the links of all all open tabs to read later",
    "version": "1.3",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "bookmarks"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}