Backburner: Bookmark with a screenshot

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

¿Qué es Backburner: Bookmark with a screenshot?

Backburner: Bookmark with a screenshot es una extensión de Chrome desarrollada por Technopy, y su función principal es "Bookmarking the part of a webpage that you need with a screenshot.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Backburner: Bookmark with a screenshot

Descarga archivos de extensión Backburner: Bookmark with a screenshot en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
URL Oficial https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
Descripción Bookmarking the part of a webpage that you need with a screenshot.
Tamaño del Archivo 78.63 KB
Cantidad de Instalaciones 70
Versión Actual 1.37
Última Actualización 2018-04-08
Fecha de Publicación 2018-04-07
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador Technopy
Tipo de Pago free
Idiomas Soportados 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"
    ]
}