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 |
| 公式URL | 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\/*"
]
} | |