Pinboard.in 'Save a Bookmark' button
A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection.
Pinboard.in 'Save a Bookmark' button là gì?
Pinboard.in 'Save a Bookmark' button là một tiện ích mở rộng Chrome được phát triển bởi Boris Terzic, và tính năng chính của nó là "A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection.".
Ả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 Pinboard.in 'Save a Bookmark' button
Tải xuống các tệp mở rộng Pinboard.in 'Save a Bookmark' button 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 very simple single purpose Pinboard ( http://pinboard.in ) extension: it adds an action button next to your address bar and when you click it the normal Pinboard "Save a Bookmark" page (as used in the bookmarklet) will appear in a popup with the current webpage URL and title pre-filled, as well as any text you may have selected for the description field. You can modify any fields, add tags and when saving the bookmark the popup will disappear automatically. I wrote this small plugin since every other Pinboard extension at the time was trying to do more than just allow creating a new bookmark and I wanted to have as little clicks as possible. Requires access to all pages in order to support the "use current selection as description" feature. Full source code of this extension is available on my Github repository: https://github.com/aggregat4/chrome-extensions/tree/master/pinboard-save-bookmark Changelog: 1.0.6 - Small typo caused a bug that prevented the popup from showing, should be fixed.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Pinboard.in 'Save a Bookmark' button |
ID | geojpngopndpffccbfgekncdgmgchmgh |
URL Chính Thức | https://chromewebstore.google.com/detail/pinboardin-save-a-bookmar/geojpngopndpffccbfgekncdgmgchmgh |
Mô tả | A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection. |
Kích Thước Tệp | 6.81 KB |
Số Lần Cài Đặt | 198 |
Phiên Bản Hiện Tại | 1.0.10 |
Cập Nhật Lần Cuối | 2013-06-28 |
Ngày Phát Hành | 2013-06-28 |
Đánh Giá | 3.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Boris Terzic |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aggregat4/chrome-extensions/tree/master/pinboard-save-bookmark |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinboard.in 'Save a Bookmark' button", "version": "1.0.10", "description": "A simple button that shows the Pinboard.in 'Save a Bookmark' page and supports bookmark descriptions based on selection.", "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "icons": { "16": "bluepin16x16.png", "48": "bluepin48x48.png", "128": "bluepin128x128.png" }, "browser_action": { "default_icon": "bluepin16x16.png" } } |