Pins
Pins Chrome extension
Co to jest Pins?
Pins to rozszerzenie Chrome opracowane przez https://objectivesheep.com, a jego główną funkcją jest „Pins Chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pins
Pobierz pliki rozszerzeń Pins 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
Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.
Podstawowe informacje o rozszerzeniu
Nazwa | Pins |
ID | bijbbalamfkbdladlefegiaajfhmbjep |
Oficjalny URL | https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep |
Opis | Pins Chrome extension |
Rozmiar pliku | 8.08 KB |
Liczba instalacji | 486 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2018-08-03 |
Data Publikacji | 2018-08-03 |
Ocena | 4.00/5 Łącznie 5 Oceny |
Deweloper | https://objectivesheep.com |
Typ Płatności | free |
Strona Rozszerzenia | http://pinsapp.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pins", "description": "Pins Chrome extension", "version": "2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "Info-48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Add to Pins", "default_icon": "icon.png" }, "manifest_version": 2 } |