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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}