Bookmarks to References

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

Bookmarks to References란 무엇입니까?

Bookmarks to References은(는) Rohan Chakravarthy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension converts Bookmarks in a folder to a list of References"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bookmarks to References 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
공식 URL https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
설명 This extension converts Bookmarks in a folder to a list of References
파일 크기 25.05 KB
설치 횟수 648
현재 버전 0.5
최근 업데이트 2016-12-22
출시 날짜 2016-12-22
평점 5.00/5 총 5 개의 평점
개발자 Rohan Chakravarthy
결제 유형 free
지원되는 언어 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"
    ]
}