Pinboard style

This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).

Pinboard style là gì?

Pinboard style là một tiện ích mở rộng Chrome được phát triển bởi Zander Martineau, và tính năng chính của nó là "This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinboard style

Tải xuống các tệp mở rộng Pinboard style dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinboard style Pinboard style
ID mmcabafimbenknlnlndkdfjgfkkljhmg
URL Chính Thức https://chrome.google.com/webstore/detail/pinboard-style/mmcabafimbenknlnlndkdfjgfkkljhmg
Mô tả This is a simple extension to improve the look and feel for Pinboard (http://pinboard.in).
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2014-08-03
Ngày Phát Hành 2014-08-03
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Zander Martineau
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mrmartineau/pinboard-chrome-extension
URL Trang Trợ Giúp https://github.com/mrmartineau/pinboard-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}