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
官方網址 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"
    ]
}