Backburner: Bookmark with a screenshot

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

Cos'è Backburner: Bookmark with a screenshot?

Backburner: Bookmark with a screenshot è un'estensione di Chrome sviluppata da Technopy, e la sua funzione principale è "Bookmarking the part of a webpage that you need with a screenshot.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Backburner: Bookmark with a screenshot

Scarica i file di estensione Backburner: Bookmark with a screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
URL Ufficiale https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
Descrizione Bookmarking the part of a webpage that you need with a screenshot.
Dimensione del File 78.63 KB
Conteggio Installazioni 70
Versione Corrente 1.37
Ultimo Aggiornamento 2018-04-08
Data di Pubblicazione 2018-04-07
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore Technopy
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}