Backburner: Bookmark with a screenshot

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

Was ist Backburner: Bookmark with a screenshot?

Backburner: Bookmark with a screenshot ist eine Chrome-Erweiterung, die von Technopy entwickelt wurde, und ihr Hauptmerkmal ist "Bookmarking the part of a webpage that you need with a screenshot.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Backburner: Bookmark with a screenshot-Erweiterungs-CRX-Datei herunterladen

Laden Sie Backburner: Bookmark with a screenshot-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
Offizielle URL https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
Beschreibung Bookmarking the part of a webpage that you need with a screenshot.
Dateigröße 78.63 KB
Installationsanzahl 70
Aktuelle Version 1.37
Letztes Update 2018-04-08
Veröffentlichungsdatum 2018-04-07
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler Technopy
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}