Screenler: Super Screenshots

Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!

Screenler: Super Screenshotsคืออะไร?

Screenler: Super Screenshots เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://screenler.com และคุณลักษณะหลักของมันคือ "Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screenler: Super Screenshots

ดาวน์โหลดไฟล์ส่วนขยาย Screenler: Super Screenshots ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Screenler is a camera for the web. Our extension allows you to screenshot your current website to visually bookmark, edit, save & share instantly.

New: Create slideshows with your screenshots and embed them into any website.

New: Embed screenshots on any website or blog. Works on Wordpress, Tumblr, Medium and all other website editors. Just copy & paste the embed code into your websites code.

✓ Add Stickers, draw, highlight or write on top of your screenshot.
✓ Add floating comments to highlight certain elements and add your thoughts.
✓ Share on Facebook, Twitter, Pinterest, Reddit, LinkedIn, Gmail instantly.
✓ Send to any email address instantly in the extension dropdown.
✓ Text to any phone number instantly in the extension dropdown.
✓ Make your screenshots private and only visible to whomever you share them with.
✓ Bookmark & Save for later editing or reading.
✓ Upload screenshots from your phone or computer.
✓ Categorize into our own custom categories. 
✓ Organized by url to be found later.
✓ Instantly download screenshots to your computer for local editing with one click.
✓ Instant click to copy screenshot to your clipboard or save locally or copy & paste anywhere.
✓ Embed your screenshot on any webpage or blog.

Screenler wants to be the easiest & fastest way to capture a screen for editing or sharing instantly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Screenler: Super Screenshots Screenler: Super Screenshots
ID lbbamificoclighfhkbnckhmnahfphbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenler-super-screensho/lbbamificoclighfhkbnckhmnahfphbc
คำอธิบาย Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!
ขนาดไฟล์ 192 KB
จำนวนการติดตั้ง 340
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-07-18
วันที่เผยแพร่ 2019-10-25
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://screenler.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://screenler.com
URL หน้านโยบายความเป็นส่วนตัว https://whitefishlabs.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenler: Super Screenshots",
    "short_name": "Screenler",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!",
    "action": {
        "default_icon": "cam.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "cam16.png",
        "48": "cam48.png",
        "128": "cam.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}