ShotPin
ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.
Vad är ShotPin?
ShotPin är en Chrome-tillägg utvecklad av http://shotpin.com, och dess huvudfunktion är "ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it.".
Tilläggsskärmbilder
Ladda ner ShotPin-förlängningens CRX-fil
Ladda ner ShotPin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 ;)
Grundläggande Information om Tillägg
Namn | |
ID | dndakgjimmmhpepokndjigkcpmmohkaj |
Officiell webbadress | https://chrome.google.com/webstore/detail/shotpin/dndakgjimmmhpepokndjigkcpmmohkaj |
Beskrivning | ShotPin is an extension making it easy to share any portion of a web page to Pinterest with a link to it. |
Filstorlek | 39.4 KB |
Antal Installationer | 2,000 |
Aktuell Version | 3.0.0 |
Senast Uppdaterad | 2019-03-25 |
Publiceringsdatum | 2019-03-25 |
Betyg | 2.88/5 Totalt 68 Betyg |
Utvecklare | http://shotpin.com |
Betalningssätt | free |
Tilläggswebbplats | http://shotpin.com |
Stödda Språk | 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", "*:\/\/*\/*", " |