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”。
擴展截圖
下載Bookmarks to References擴展crx文件
下載Bookmarks to References擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | aigindmbmcgegjhjnonholgaebnldmln |
官方網址 | 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" ] } |