Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Cos'è Pinboard style?
Pinboard style è un'estensione di Chrome sviluppata da Zander Martineau, e la sua funzione principale è "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pinboard style
Scarica i file di estensione Pinboard style 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
| URL Ufficiale | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
| Descrizione | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
| Dimensione del File | 214 KB |
| Conteggio Installazioni | 101 |
| Versione Corrente | 0.0.4 |
| Ultimo Aggiornamento | 2014-08-03 |
| Data di Pubblicazione | 2014-08-03 |
| Valutazione | 4.83/5 Totale 6 Valutazioni |
| Sviluppatore | Zander Martineau |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/mrmartineau/pinboard-chrome-extension |
| URL della Pagina di Aiuto | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
| Lingue Supportate | 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\/*"
]
} | |