QuickPin
Add the current tab to your Pinboard's Read Later
Что такое QuickPin?
QuickPin - это расширение Chrome, разработанное https://birchtree.me, и его основная функция - "Add the current tab to your Pinboard's Read Later".
Снимки экрана расширения
Скачать файл CRX расширения QuickPin
Скачайте файлы расширений QuickPin в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder. Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.
Основная информация о расширении
Название | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
Официальный URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Описание | Add the current tab to your Pinboard's Read Later |
Размер файла | 33.69 KB |
Количество установок | 24 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-02-19 |
Дата публикации | 2016-02-19 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | https://birchtree.me |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://birchtree.me/blog/quickpin-chrome/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickPin", "short_name": "A fast, simple extension to save to Pinboard", "description": "Add the current tab to your Pinboard's Read Later", "version": "1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "tabs" ] } |