Backburner: Bookmark with a screenshot

Bookmarking the part of a webpage that you need with a screenshot.

O que é Backburner: Bookmark with a screenshot?

Backburner: Bookmark with a screenshot é uma extensão do Chrome desenvolvida por Technopy, e sua principal característica é "Bookmarking the part of a webpage that you need with a screenshot.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Backburner: Bookmark with a screenshot

Baixe arquivos de extensão Backburner: Bookmark with a screenshot 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

                        Bookmarking the part of a webpage that you need with a screenshot.

Simply click the burner icon then click "Save Page" and instantly a screenshot will be saved of your current tab along with the link and title of the tab.

Features:

- Save screenshot, title, and URL of current active tab
- View information as a list in a web page
- Open new tab to saved links
- Delete saved links                    

Informações Básicas da Extensão

Nome Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
URL Oficial https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
Descrição Bookmarking the part of a webpage that you need with a screenshot.
Tamanho do Arquivo 78.63 KB
Contagem de Instalações 70
Versão Atual 1.37
Última Atualização 2018-04-08
Data de Publicação 2018-04-07
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Technopy
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Backburner: Bookmark with a screenshot",
    "version": "1.37",
    "manifest_version": 2,
    "description": "Bookmarking the part of a webpage that you need with a screenshot.",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "save_page.html"
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}