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! 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |