Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Wat is Pinboard style?
Pinboard style is een Chrome-extensie ontwikkeld door Zander Martineau, en de belangrijkste functie is "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Extensie Screenshots
Download het CRX-bestand van de extensie Pinboard style
Download Pinboard style-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
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). It is under active development so if you find any problems, please create an issue at https://github.com/mrmartineau/pinboard-chrome-extension/issues.
Basisinformatie over de Extensie
Naam | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
Officiële URL | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
Beschrijving | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
Bestandsgrootte | 214 KB |
Aantal Installaties | 101 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2014-08-03 |
Publicatiedatum | 2014-08-03 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Zander Martineau |
Betalingswijze | free |
Extensiewebsite | https://github.com/mrmartineau/pinboard-chrome-extension |
Help Pagina-URL | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pinboard style", "version": "0.0.4", "manifest_version": 2, "description": "This is a simple extension to improve the look and feel for Pinboard (http:\/\/pinboard.in).", "homepage_url": "http:\/\/martineau.tv", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings", "https:\/\/pinboard.in\/*" ], "content_scripts": [ { "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ], "matches": [ "https:\/\/pinboard.in\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ "src\/inject\/*", "img\/*" ] } |