Screenler: Super Screenshots

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

什麼是Screenler: Super Screenshots?

Screenler: Super Screenshots是由https://screenler.com開發的Chrome擴展程式,該擴展的主要功能是“Visually bookmark, capture, edit & share screenshots from around the web instantly. Now with Stickers & Comments!!!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Screenler: Super Screenshots擴展crx文件

下載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
官方網址 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": [
        ""
    ]
}