ShotPin
ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.
Was ist ShotPin?
ShotPin ist eine Chrome-Erweiterung, die von http://shotpin.com entwickelt wurde, und ihr Hauptmerkmal ist "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.".
Erweiterungsscreenshots
ShotPin-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShotPin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ;)
Grundlegende Informationen zur Erweiterung
Name | |
ID | dndakgjimmmhpepokndjigkcpmmohkaj |
Offizielle URL | https://chrome.google.com/webstore/detail/shotpin/dndakgjimmmhpepokndjigkcpmmohkaj |
Beschreibung | ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it. |
Dateigröße | 39.4 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 3.0.0 |
Letztes Update | 2019-03-25 |
Veröffentlichungsdatum | 2019-03-25 |
Bewertung | 2.88/5 Insgesamt 68 Bewertungen |
Entwickler | http://shotpin.com |
Zahlungsart | free |
Erweiterungswebsite | http://shotpin.com |
Unterstützte Sprachen | 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", "*:\/\/*\/*", " |