Screenshot & Screen Recorder

Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot

O que é Screenshot & Screen Recorder?

Screenshot & Screen Recorder é uma extensão do Chrome desenvolvida por https://screenweb.net, e sua principal característica é "Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Screenshot & Screen Recorder

Baixe arquivos de extensão Screenshot & Screen Recorder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Screenshot and Screen Recorder is an all-in-one platform for all your needs. You don't need multiple extensions to record videos or share screenshots. Just choose what you need now!

Create video tutorials, short online courses or reporting of any technical issues and to build the client video knowledge base with our most powerful video-creation and screenshot tool. Edit, and share professional-looking videos or screen capture instantly with your friends or work team.

Screenshot - All for Free & No sign in needed!

Here are some features for screen recorder and screenshot:

✔️ Screenshot:
     ▸ Whole Page screen capture -  No matter how long the page is, you can turn the page into a picture for easy editing and sharing.
    ▸ Visible Area screen capture - Fast capture the viewable area of the current web page.
   ▸ Selected Area screen capture - Select and capture anything you want.

✔️ Screen Recorder:
    ▸ Capture your browser tab, desktop, and/or your webcam.
    ▸ Convert from WebM to MP4.
    ▸ Include your voice in recording with Microphone option on.
    ▸ Embed your webcam into the screen video recording.  
    ▸ Supports video recording of the current tab with system audio.
    ▸ Record video screen from a webcam by using the screencast recorder webcam feature.
    ▸ Annotate the video recording with various shapes, including arrows and rectangles using the video recorder.

✔️ Voice Recorder
Supports recording system sound, microphone sound, or both. You can choose freely.

✔️ Edit and Share your screen capture or screen video:
  ▸ Publish directly to your YouTube channel with screen recorder.
  ▸ Annotate your screenshot with rectangles, circles, arrows, lines, etc.
  ▸ Add text to your screenshot with or without background color, change text font and font size.
  ▸ Highlight important part on your screenshot or screen video record.
  ▸ Export your result to PNG, JPEG, or various PDF paper sizes—all configurable from the extension’s options.
  ▸ Select a local image or paste a copied image from your clipboard to edit.

Screenshot and Screen recorder also integrates with your everyday video conferencing and collaboration tools. Working from home just got a lot easier with our screen recorder.

If you have any questions, suggestions or feature requests, feel free to submit to our Screeshot team.                    

Informações Básicas da Extensão

Nome Screenshot & Screen Recorder Screenshot & Screen Recorder
ID okkffdhbfplmbjblhgapnchjinanmnij
URL Oficial https://chromewebstore.google.com/detail/screenshot-screen-recorde/okkffdhbfplmbjblhgapnchjinanmnij
Descrição Screen recorder and screen capture, screenshot tool to record screen. Edit, drop comments and share. Take screenshot
Tamanho do Arquivo 1.75 MB
Contagem de Instalações 1,447,655
Versão Atual 1.0.6
Última Atualização 2023-11-01
Data de Publicação 2021-10-12
Classificação 4.60/5 Total de 841 Avaliações
Desenvolvedor https://screenweb.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://screenweb.net/
URL da Página de Política de Privacidade https://sites.google.com/view/screen-recorders/privacy-policy
Idiomas Suportados id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_default_title__",
    "default_locale": "en",
    "version": "1.0.6",
    "description": "__MSG_description__",
    "background": {
        "page": "background\/background.html"
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "assets\/logo\/16.png"
    },
    "icons": {
        "16": "assets\/logo\/16.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "content\/content.bundle.js",
                "shortScreenContent\/shortScreenContent.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "downloads",
        "tabs",
        "storage",
        "",
        "tabCapture",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "backgroud\/background.js",
        "audiosources\/audiosources.html",
        "audiosources\/audiosources.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}