Bookmarks to References
This extension converts Bookmarks in a folder to a list of References
Что такое Bookmarks to References?
Bookmarks to References - это расширение Chrome, разработанное Rohan Chakravarthy, и его основная функция - "This extension converts Bookmarks in a folder to a list of References".
Снимки экрана расширения
Скачать файл CRX расширения Bookmarks to References
Скачайте файлы расширений 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"
]
} | |