Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Apa itu Pinboard style?
Pinboard style adalah ekstensi Chrome yang dikembangkan oleh Zander Martineau, dan fitur utamanya adalah "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pinboard style
Unduh file ekstensi Pinboard style dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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. Informasi Dasar Ekstensi
| Nama | |
| ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
| URL Resmi | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
| Deskripsi | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
| Ukuran File | 214 KB |
| Jumlah Instalasi | 101 |
| Versi Saat Ini | 0.0.4 |
| Terakhir Diperbarui | 2014-08-03 |
| Tanggal Publikasi | 2014-08-03 |
| Penilaian | 4.83/5 Total 6 Penilaian |
| Pengembang | Zander Martineau |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/mrmartineau/pinboard-chrome-extension |
| URL Halaman Bantuan | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
| Bahasa yang Didukung | 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\/*"
]
} | |