Backburner: Bookmark with a screenshot

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

什么是Backburner: Bookmark with a screenshot?

Backburner: Bookmark with a screenshot是由Technopy开发的Chrome扩展程序,该扩展的主要功能是“Bookmarking the part of a webpage that you need with a screenshot.”。

扩展截图

screenshot
screenshot
screenshot

下载Backburner: Bookmark with a screenshot扩展crx文件

下载Backburner: Bookmark with a screenshot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Backburner: Bookmark with a screenshot Backburner: Bookmark with a screenshot
ID ellkfjbeabdphmdafdmcmfffmjaddbbo
官方URL https://chromewebstore.google.com/detail/backburner-bookmark-with/ellkfjbeabdphmdafdmcmfffmjaddbbo
简介 Bookmarking the part of a webpage that you need with a screenshot.
文件大小 78.63 KB
安装次数 70
当前版本 1.37
更新时间 2018-04-08
上架时间 2018-04-07
评分 4.00/5 共4次评分
开发者 Technopy
付费类型 free
支持的语言 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"
    ]
}