Better Pin It
Better Pinterest PinIt extension with context menu
Co to jest Better Pin It?
Better Pin It to rozszerzenie Chrome opracowane przez Dennis Hildenbrand, a jego główną funkcją jest „Better Pinterest PinIt extension with context menu”.
Pobierz plik CRX rozszerzenia Better Pin It
Pobierz pliki rozszerzeń Better Pin It 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
Allows you to pin images from every page either through the task bar icon or from the context menu.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dogjgmhpdaaibbnidlejhkgnmcknfekl |
Oficjalny URL | https://chrome.google.com/webstore/detail/better-pin-it/dogjgmhpdaaibbnidlejhkgnmcknfekl |
Opis | Better Pinterest PinIt extension with context menu |
Rozmiar pliku | 26.49 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-01-26 |
Data Publikacji | 2014-01-26 |
Ocena | 3.89/5 Łącznie 9 Oceny |
Deweloper | Dennis Hildenbrand |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Better Pin It", "description": "Better Pinterest PinIt extension with context menu", "version": "1.0", "permissions": [ "activeTab", "contextMenus" ], "background": { "scripts": [ "background.js", "context.js" ] }, "browser_action": { "default_title": "Pin It", "default_icon": { "19": "pinterest_19.png", "38": "pinterest_38.png" } }, "icons": { "16": "pinterest_16.png", "48": "pinterest_48.png", "128": "pinterest_128.png" } } |