Pinboard Bookmark Bar Sync 1.1

Copies Pinboard bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.

Pinboard Bookmark Bar Sync 1.1 là gì?

Pinboard Bookmark Bar Sync 1.1 là một tiện ích mở rộng Chrome được phát triển bởi https://upway2late.com, và tính năng chính của nó là "Copies Pinboard bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.".

Ả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 Bookmark Bar Sync 1.1

Tải xuống các tệp mở rộng Pinboard Bookmark Bar Sync 1.1 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

                        URGENT: Chrome 19 broke the login. Version 1.0.1.0 fixes this issue.
----------------------------

This extension does a one-way (two-way optional), on-demand (auto-sync optional) copy from your Pinboard bookmarks to the Google Chrome Bookmark Bar. This is done on a tag by tag basis - you select which tags to copy.

Tags are created as folders on the bookmark bar, and those folders are filled with your Pinboard bookmarks.

For two way copying (back to Pinboard), just create new bookmarks in the bookmark bar folders (the ones that the extension created) and check the sync back option.

Release 1.1.1 (Version 1.1.1.0) Notes:
1) Minor bug fixes.
2) Updated to Chrome Extension Manifest Version 2.

Release 1.0.1 (Version 1.0.1.0) Notes:
1) Fixed Chrome 19 login issue.

Release 1.0 (Version 1.0.0.0) Notes:
1) Fixed a login bug.

Beta 9.8 (Version 0.9.8.0) Notes:
1) Rolled back the empty tag/folder removal feature because the Pinboard API sometimes returns no bookmarks when some do exist. Empty tags selected for syncing will be synched as empty folders. Note that removing folders for deleted tags is still implemented. 
2) Added a setting for the maximum number of tag columns (the maximum used to hardwired at 5).

Beta 9.7 (Version 0.9.7.0) Notes:
1) Added a quick link to Pinboard itself.
2) Added support for deleted tags (folders are removed in Chrome).
3) Made the sync-back description text optional.
4) Added option for how long to save a password.

Beta 9.6 (Version 0.9.6.0) Notes:
1) Fixed issue where a bookmark could not appear in 2 different tag folders.
2) Fixed several typos.

Beta 9.5 (Version 0.9.5.0) Notes:
1) Added optional auto-sync (operates anytime Chrome is running).
2) Added background processing of tasks.
3) Fixed bug affecting tags with non-English character sets.
4) Added scroll bar for tags area to improve handling of large numbers of tags.
5) Improved start-up responsiveness in certain login situations.

Beta 9.2 (Version 0.9.2.92) Notes:
1) Fixed error on non-English Chrome versions.                    

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

Tên Pinboard Bookmark Bar Sync 1.1 Pinboard Bookmark Bar Sync 1.1
ID ilbhogiegeofdbmkbbbanjdggcoonbpd
URL Chính Thức https://chromewebstore.google.com/detail/pinboard-bookmark-bar-syn/ilbhogiegeofdbmkbbbanjdggcoonbpd
Mô tả Copies Pinboard bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.
Kích Thước Tệp 55.42 KB
Số Lần Cài Đặt 235
Phiên Bản Hiện Tại 1.1.1.2
Cập Nhật Lần Cuối 2016-09-22
Ngày Phát Hành 2016-09-22
Đánh Giá 3.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://upway2late.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.upway2late.com/projects/chrome-pinboard-extension-bookmark-sync/
URL Trang Trợ Giúp http://www.upway2late.com/projects/chrome-pinboard-extension-bookmark-sync/
URL Trang Chính Sách Bảo Mật http://www.upway2late.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pinboard Bookmark Bar Sync 1.1",
    "version": "1.1.1.2",
    "description": "Copies Pinboard bookmarks to the Google Chrome bookmark bar. Groups them by tag in named folders on the bookmark bar. It is sweet.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Pinboard Bookmark Bar Sync",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "https:\/\/api.pinboard.in\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}