Quotebacks - quote the web

Quote the web and manage your snippets.

Quotebacks - quote the web란 무엇입니까?

Quotebacks - quote the web은(는) https://quotebacks.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quote the web and manage your snippets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quotebacks - quote the web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quotebacks is a tool that makes it easy to grab snippets of text from around the web and convert them into embeddable blockquote web components.                    

확장 프로그램 기본 정보

이름 Quotebacks - quote the web Quotebacks - quote the web
ID makakhdegdcmmbbhepafcghpdkbemach
공식 URL https://chromewebstore.google.com/detail/quotebacks-quote-the-web/makakhdegdcmmbbhepafcghpdkbemach
설명 Quote the web and manage your snippets.
파일 크기 429 KB
설치 횟수 2,000
현재 버전 1.1.4
최근 업데이트 2022-01-22
출시 날짜 2020-06-30
평점 3.50/5 총 6 개의 평점
개발자 https://quotebacks.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Blogger-Peer-Review/quotebacks
도움말 페이지 URL https://github.com/Blogger-Peer-Review/quotebacks/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotebacks - quote the web",
    "description": "Quote the web and manage your snippets.",
    "version": "1.1.4",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "unlimitedStorage",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "browser_action": {
        "default_title": "Options"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "options.html",
        "styles\/styles.css",
        "images\/allquotes.png",
        "images\/editicon.svg",
        "quoteback-internal.js",
        "readability.js"
    ],
    "commands": {
        "open-popup": {
            "description": "Capture a quote from the web",
            "suggested_key": {
                "mac": "Ctrl+Shift+S",
                "windows": "Ctrl+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "default": "Ctrl+Shift+S"
            }
        },
        "alt-open": {
            "description": "Alternative quote capture for Firefox",
            "suggested_key": {
                "mac": "Alt+S",
                "windows": "Alt+S",
                "chromeos": "Alt+S",
                "default": "Alt+S"
            }
        }
    }
}