Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Hvad er Pinboard style?
Pinboard style er en Chrome-udvidelse udviklet af Zander Martineau, og dens hovedfunktion er "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Udvidelsesskærmbilleder
Download Pinboard style-udvidelses-CRX-fil
Download Pinboard style-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
Officiel URL | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
Beskrivelse | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
Filstørrelse | 214 KB |
Antal Installationer | 101 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2014-08-03 |
Udgivelsesdato | 2014-08-03 |
Bedømmelse | 4.83/5 Samlet 6 Bedømmelser |
Udvikler | Zander Martineau |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mrmartineau/pinboard-chrome-extension |
Hjælpeside-URL | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
Understøttede Sprog | 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\/*" ] } |