Backburner: Bookmark with a screenshot

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

What is Backburner: Bookmark with a screenshot?

Backburner: Bookmark with a screenshot is a Chrome extension developed by Technopy, and its main feature is "Bookmarking the part of a webpage that you need with a screenshot.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Backburner: Bookmark with a screenshot Extension CRX File

Download Backburner: Bookmark with a screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
Official URL https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
Description Bookmarking the part of a webpage that you need with a screenshot.
File Size 78.63 KB
Installation Count 70
Current Version 1.37
Last Updated 2018-04-08
Publish Date 2018-04-07
Rating 4.00/5 Total 4 Ratings
Developer Technopy
Payment Type free
Supported Languages 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"
    ]
}