Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Qu'est-ce que Pinboard style ?
Pinboard style est une extension Chrome développée par Zander Martineau, et sa fonction principale est "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pinboard style
Téléchargez les fichiers d'extension Pinboard style au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
URL Officiel | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
Description | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
Taille du Fichier | 214 KB |
Nombre d'Installations | 101 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2014-08-03 |
Date de Publication | 2014-08-03 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | Zander Martineau |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/mrmartineau/pinboard-chrome-extension |
URL de la Page d'Aide | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
Langues Prises en Charge | 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\/*" ] } |