Pins

Pins Chrome extension

Pins là gì?

Pins là một tiện ích mở rộng Chrome được phát triển bởi https://objectivesheep.com, và tính năng chính của nó là "Pins Chrome extension".

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

screenshot

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

Tải xuống các tệp mở rộng Pins 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

                        Chrome Extension for Pins, the Mac Bookmarks Manager App. This extension will add a toolbar button that allows to add the current page to Pins with one simple click.                    

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

Tên Pins Pins
ID bijbbalamfkbdladlefegiaajfhmbjep
URL Chính Thức https://chromewebstore.google.com/detail/pins/bijbbalamfkbdladlefegiaajfhmbjep
Mô tả Pins Chrome extension
Kích Thước Tệp 8.08 KB
Số Lần Cài Đặt 486
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2018-08-03
Ngày Phát Hành 2018-08-03
Đánh Giá 4.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://objectivesheep.com
Loại Thanh Toán free
Trang Web Mở Rộng http://pinsapp.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pins",
    "description": "Pins Chrome extension",
    "version": "2.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "Info-48.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Add to Pins",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}