Pinbook: Pinboard bookmarking
Add bookmarks to Pinboard as easily as regular Chrome bookmarks.
Pinbook: Pinboard bookmarking là gì?
Pinbook: Pinboard bookmarking là một tiện ích mở rộng Chrome được phát triển bởi millilux, và tính năng chính của nó là "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Pinbook: Pinboard bookmarking
Tải xuống các tệp mở rộng Pinbook: Pinboard bookmarking 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
Lightweight extension that adds the current tab to your Pinboard with a single click (or keyboard command). It works similarly to Chrome's default bookmarking, with a minimalist UI. Usage: - Visit any site and click the pin icon to bookmark (or Cmd/Ctrl+i) - Edit title, description, tags, private and read later options if desired - Autocomplete tags using Tab - Press Enter or Esc to close menu Customisations: - Set whether new bookmarks are private or to read later by default - Show or hide the private and read later checkboxes - Configure the keyboard shortcut at chrome://extensions (bottom right of the page)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pinbook: Pinboard bookmarking |
ID | fblefccagebhoolpmdepajgmfanncfkd |
URL Chính Thức | https://chromewebstore.google.com/detail/pinbook-pinboard-bookmark/fblefccagebhoolpmdepajgmfanncfkd |
Mô tả | Add bookmarks to Pinboard as easily as regular Chrome bookmarks. |
Kích Thước Tệp | 22.11 KB |
Số Lần Cài Đặt | 99 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2016-09-10 |
Ngày Phát Hành | 2016-09-10 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | millilux |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinbook: Pinboard bookmarking", "description": "Add bookmarks to Pinboard as easily as regular Chrome bookmarks.", "version": "1.0.4", "icons": { "16": "images\/icon_active.png", "128": "images\/icon_large.png" }, "background": { "scripts": [ "js\/pinboard.js", "js\/tagsuggest.js", "js\/background.js" ] }, "permissions": [ "https:\/\/api.pinboard.in\/", "storage", "tabs" ], "browser_action": { "default_title": "Save to Pinboard.in", "default_icon": "images\/icon_deactive.png", "default_popup": "popup.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+I" } } }, "options_page": "options.html" } |