PinSnapper
Take anything you can see on a web page, and pin it to Pinterest
Wat is PinSnapper?
PinSnapper is een Chrome-extensie ontwikkeld door Chris Danford, en de belangrijkste functie is "Take anything you can see on a web page, and pin it to Pinterest".
Extensie Screenshots
Download het CRX-bestand van de extensie PinSnapper
Download PinSnapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
PinSnapper lets you take anything you see on a web page, and create a Pinterest pin from it. Just click the PinSnapper icon, drag a rectangle, and you've created a Pin! Basisinformatie over de Extensie
| Naam | |
| ID | edamlpocaepmeldjhppnmadaieeoddba |
| Officiële URL | https://chromewebstore.google.com/detail/pinsnapper/edamlpocaepmeldjhppnmadaieeoddba |
| Beschrijving | Take anything you can see on a web page, and pin it to Pinterest |
| Bestandsgrootte | 20.39 KB |
| Aantal Installaties | 812 |
| Huidige Versie | 0.0.13 |
| Laatst Bijgewerkt | 2014-06-16 |
| Publicatiedatum | 2014-06-15 |
| Beoordeling | 3.08/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | Chris Danford |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.13",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "__MSG_appName__"
},
"omnibox": {
"keyword": "PinSnapper"
},
"permissions": [
"tabs",
"activeTab"
],
"web_accessible_resources": [
"web_images\/*",
"styles\/*"
]
} | |