Pins
Pins Chrome extension
Wat is Pins?
Pins is een Chrome-extensie ontwikkeld door https://objectivesheep.com, en de belangrijkste functie is "Pins Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Pins
Download Pins-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
Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.
Basisinformatie over de Extensie
Naam | Pins |
ID | bijbbalamfkbdladlefegiaajfhmbjep |
Officiële URL | https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep |
Beschrijving | Pins Chrome extension |
Bestandsgrootte | 8.08 KB |
Aantal Installaties | 486 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2018-08-03 |
Publicatiedatum | 2018-08-03 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://objectivesheep.com |
Betalingswijze | free |
Extensiewebsite | http://pinsapp.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pins", "description": "Pins Chrome extension", "version": "2.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "Info-48.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Add to Pins", "default_icon": "icon.png" }, "manifest_version": 2 } |