Add to Pinry
Pins images from current page to a Pinry installation.
Co to jest Add to Pinry?
Add to Pinry to rozszerzenie Chrome opracowane przez lapo, a jego główną funkcją jest „Pins images from current page to a Pinry installation.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add to Pinry
Pobierz pliki rozszerzeń Add to Pinry w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Add images easily to your own installation of Pinry! (browser integration for official bookmarklet)
Podstawowe informacje o rozszerzeniu
Nazwa | Add to Pinry |
ID | jmhdcnmfkglikfjafdmdikoonedgijpa |
Oficjalny URL | https://chromewebstore.google.com/detail/add-to-pinry/jmhdcnmfkglikfjafdmdikoonedgijpa |
Opis | Pins images from current page to a Pinry installation. |
Rozmiar pliku | 9.61 KB |
Liczba instalacji | 780 |
Aktualna Wersja | 0.2.1 |
Ostatnia Aktualizacja | 2020-06-29 |
Data Publikacji | 2020-06-29 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | lapo |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/lapo-luchini/browser-pinry |
Adres URL Strony Pomocy | https://github.com/lapo-luchini/browser-pinry/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pinry", "version": "0.2.1", "description": "Pins images from current page to a Pinry installation.", "manifest_version": 2, "icons": { "48": "ico-48.png", "128": "ico-128.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "browser_action": { "default_icon": "ico-128.png", "default_title": "Add to Pinry" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "browser_style": true, "chrome_style": true } } |