Bookmarks to References

This extension converts Bookmarks in a folder to a list of References

Bookmarks to References là gì?

Bookmarks to References là một tiện ích mở rộng Chrome được phát triển bởi Rohan Chakravarthy, và tính năng chính của nó là "This extension converts Bookmarks in a folder to a list of References".

Ả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 Bookmarks to References

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

                        This extension shows you a list of all your bookmark folders, allows you to select a folder and generates a list of references from all the links in the folder. To get a more detailed list you can change the title of the bookmark when you save it. To select the list just click anywhere within the text.

I created this because I got tired of maintaining a separate list of links that I referred to for my papers and code and was surprised I couldn't find anything online to do this for me!                    

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

Tên Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
URL Chính Thức https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
Mô tả This extension converts Bookmarks in a folder to a list of References
Kích Thước Tệp 25.05 KB
Số Lần Cài Đặt 648
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2016-12-22
Ngày Phát Hành 2016-12-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Rohan Chakravarthy
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": "Bookmarks to References",
    "description": "This extension converts Bookmarks in a folder to a list of References",
    "version": "0.5",
    "browser_action": {
        "_comment": "icon.png is provided by DesignModo under the Creative Commons License",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ]
}