Export Selective Bookmarks
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
O que é Export Selective Bookmarks?
Export Selective Bookmarks é uma extensão do Chrome desenvolvida por aninymous, e sua principal característica é "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Export Selective Bookmarks
Baixe arquivos de extensão Export Selective Bookmarks 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 helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks. * Expand/Collapse the Bookmark tree by toggling the "Folder" icons * Use the Checkboxes to select/unselect the Folders/Bookmarks * Click on "Export" button at top to export only those bookmarks you selected
Informações Básicas da Extensão
Nome | Export Selective Bookmarks |
ID | ahgbiciilcpclcekhegbhofljoolnfei |
URL Oficial | https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei |
Descrição | This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but… |
Tamanho do Arquivo | 349 KB |
Contagem de Instalações | 11,411 |
Versão Atual | 1.1 |
Última Atualização | 2019-06-19 |
Data de Publicação | 2019-06-19 |
Classificação | 4.23/5 Total de 39 Avaliações |
Desenvolvedor | aninymous |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Selective Bookmarks", "version": "1.1", "manifest_version": 2, "browser_action": { "default_title": "Export Selective Bookmarks", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png" } } |