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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Technopy และคุณลักษณะหลักของมันคือ "Bookmarking the part of a webpage that you need with a screenshot."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Backburner: Bookmark with a screenshot

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}