Pinboard.in condensed view

Pinboard.in condensed view

Pinboard.in condensed view là gì?

Pinboard.in condensed view là một tiện ích mở rộng Chrome được phát triển bởi https://justin.kelly.org.au, và tính năng chính của nó là "Pinboard.in condensed view".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Pinboard.in condensed view 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

                        A condensed view for Pinboard.in

* Condenses the bookmark listing
* Adds stripping for bookmark listing for easier viewing
* Removes stars
* Removes show and when bookmark was created
* Trims bookmarks title to 50 characters                    

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

Tên Pinboard.in condensed view Pinboard.in condensed view
ID mambbmaeihhfnajbfpgpbogempeakafj
URL Chính Thức https://chromewebstore.google.com/detail/pinboardin-condensed-view/mambbmaeihhfnajbfpgpbogempeakafj
Mô tả Pinboard.in condensed view
Kích Thước Tệp 96.67 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-04-29
Ngày Phát Hành 2013-04-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://justin.kelly.org.au
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/justinkelly/chrome_pinboard_condensed
URL Trang Trợ Giúp https://github.com/justinkelly/chrome_pinboard_condensed
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Pinboard.in condensed view",
    "name": "Pinboard.in condensed view",
    "icons": {
        "128": "img\/pinboard128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.pinboard.in\/*",
                "https:\/\/*.pinboard.in\/*"
            ],
            "js": [
                "jquery.js",
                "chrome_pinboard_condensed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "0.1"
}