Bookmarks to References
This extension converts Bookmarks in a folder to a list of References
O que é Bookmarks to References?
Bookmarks to References é uma extensão do Chrome desenvolvida por Rohan Chakravarthy, e sua principal característica é "This extension converts Bookmarks in a folder to a list of References".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bookmarks to References
Baixe arquivos de extensão Bookmarks to References no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Bookmarks to References |
ID | aigindmbmcgegjhjnonholgaebnldmln |
URL Oficial | https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln |
Descrição | This extension converts Bookmarks in a folder to a list of References |
Tamanho do Arquivo | 25.05 KB |
Contagem de Instalações | 648 |
Versão Atual | 0.5 |
Última Atualização | 2016-12-22 |
Data de Publicação | 2016-12-22 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Rohan Chakravarthy |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |