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文件

下载Quotebacks - quote the web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            }
        }
    }
}