Pins
Pins Chrome extension
Cos'è Pins?
Pins è un'estensione di Chrome sviluppata da https://objectivesheep.com, e la sua funzione principale è "Pins Chrome extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pins
Scarica i file di estensione Pins in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bijbbalamfkbdladlefegiaajfhmbjep |
| URL Ufficiale | https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep |
| Descrizione | Pins Chrome extension |
| Dimensione del File | 8.08 KB |
| Conteggio Installazioni | 486 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2018-08-03 |
| Data di Pubblicazione | 2018-08-03 |
| Valutazione | 4.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://objectivesheep.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://pinsapp.com |
| Lingue Supportate | 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
} | |