Open in Instapaper Text
Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Что такое Open in Instapaper Text?
Open in Instapaper Text - это расширение Chrome, разработанное rawbytz, и его основная функция - "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".
Снимки экрана расширения
Скачать файл CRX расширения Open in Instapaper Text
Скачайте файлы расширений Open in Instapaper Text в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS: • Right click links to open them faster in Instapaper Text without loading the original page first. • Assign a keyboard shortcut, and hide the toolbar icon if desired. *Important Notes* • "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. • Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options. • Not all websites are Instapaper Text compatible. Ver 2.2: Updated to handle new facebook link format on right click.
Основная информация о расширении
Название | Open in Instapaper Text |
ID | lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
Официальный URL | https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih |
Описание | Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links. |
Размер файла | 22.96 KB |
Количество установок | 3,372 |
Текущая Версия | 2.2 |
Последнее Обновление | 2017-08-31 |
Дата публикации | 2017-08-31 |
Рейтинг | 4.70/5 Всего 10 оценок |
Разработчик | rawbytz |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open in Instapaper Text", "version": "2.2", "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.", "browser_action": { "default_icon": "ip_128.png", "default_title": "Open in Instapaper Text" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "ip_128.png" }, "permissions": [ "contextMenus", "activeTab" ], "manifest_version": 2 } |