Pinboard style
This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
什麼是Pinboard style?
Pinboard style是由Zander Martineau開發的Chrome擴展程式,該擴展的主要功能是“This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).”。
擴展截圖
下載Pinboard style擴展crx文件
下載Pinboard style擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | mmcabafimbenknlnlndkdfjgfkkljhmg |
| 官方網址 | https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg |
| 簡介 | This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in). |
| 檔案大小 | 214 KB |
| 安裝次數 | 101 |
| 目前版本 | 0.0.4 |
| 更新時間 | 2014-08-03 |
| 上架時間 | 2014-08-03 |
| 評分 | 4.83/5 共 6 次評分 |
| 開發者 | Zander Martineau |
| 付費類型 | free |
| 擴展官網 | https://github.com/mrmartineau/pinboard-chrome-extension |
| 說明頁面URL | https://github.com/mrmartineau/pinboard-chrome-extension/issues |
| 支援的語言 | 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\/*"
]
} | |