ShotPin
ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.
Co to jest ShotPin?
ShotPin to rozszerzenie Chrome opracowane przez http://shotpin.com, a jego główną funkcją jest „ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ShotPin
Pobierz pliki rozszerzeń ShotPin 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
Latest update : Lots of fixes. Including Retina screen support. A simple Chrome browser extension to make it easy to take a screenshot of any web page then share it on Pinterest! Built by @Kosso : http://twitter.com/kosso Also added a little donate button ;)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dndakgjimmmhpepokndjigkcpmmohkaj |
Oficjalny URL | https://chrome.google.com/webstore/detail/shotpin/dndakgjimmmhpepokndjigkcpmmohkaj |
Opis | ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it. |
Rozmiar pliku | 39.4 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 3.0.0 |
Ostatnia Aktualizacja | 2019-03-25 |
Data Publikacji | 2019-03-25 |
Ocena | 2.88/5 Łącznie 68 Oceny |
Deweloper | http://shotpin.com |
Typ Płatności | free |
Strona Rozszerzenia | http://shotpin.com |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShotPin", "version": "3.0.0", "description": "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.", "homepage_url": "https:\/\/shotpin.com", "browser_action": { "default_icon": "shotpin-19.png", "default_title": "ShotPin" }, "background": { "persistent": true, "scripts": [ "background.js", "link.js" ] }, "permissions": [ "activeTab", "storage", "tabs", "*:\/\/*\/*", " |