Qwote

Keep the best of the Web.

什麼是Qwote?

Qwote是由http://www.qwote.io開發的Chrome擴展程式,該擴展的主要功能是“Keep the best of the Web.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Qwote擴展crx文件

下載Qwote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Why do you need to save entire pages when you only want to save this beautiful picture or that great sentence in the middle of an article?

Qwote helps you save very precise elements on any webpage like texts, images or videos and share them easily with your friends.

It’s simple, fast and most of all, precise.

Keep in touch with us:
- Facebook : https://www.facebook.com/qwoteapp
- Twitter : https://www.twitter.com/qwoteapp
- Tumblr : http://qwoteapp.tumblr.com

Learn more about us on our website www.qwote.io. 
Happy precise sharing!                    

擴展基本資訊

名稱 Qwote Qwote
ID biojcldcfncglkifbiniedekokhfmnbf
官方網址 https://chrome.google.com/webstore/detail/qwote/biojcldcfncglkifbiniedekokhfmnbf
簡介 Keep the best of the Web.
檔案大小 1.02 MB
安裝次數 200
目前版本 0.4.4
更新時間 2015-07-29
上架時間 2015-07-29
評分 3.67/5 共 3 次評分
開發者 http://www.qwote.io
付費類型 free
擴展官網 https://www.qwote.io/
支援的語言 en,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/www.qwote.io\/",
    "version": "0.4.4",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "clipboardRead",
        "clipboardWrite",
        "contextMenus",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "html\/*.html",
        "pictures\/*.png",
        "pictures\/*.svg",
        "fonts\/*.ttf",
        "fonts\/*.eot",
        "fonts\/*.svg",
        "fonts\/*.woff",
        "fonts\/*.otf"
    ],
    "icons": {
        "16": "pictures\/icon-19x19.png",
        "19": "pictures\/icon-19x19.png",
        "38": "pictures\/icon-38x38.png",
        "48": "pictures\/icon-48x48.png",
        "128": "pictures\/icon-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "pictures\/icon-off-19x19.png"
        },
        "default_title": "Qwote",
        "default_popup": "html\/qwote-popup.html"
    },
    "options_page": "html\/qwote-options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "css": [
                "css\/qwote.css"
            ],
            "js": [
                "js\/vendors\/jquery-2.1.1.min.js",
                "js\/vendors\/embryo-0.1.1.min.js",
                "js\/widgets\/qwote-template.js",
                "js\/widgets\/qwote-widget.js",
                "js\/widgets\/qwote-button.js",
                "js\/widgets\/qwote-share-overlay.js",
                "js\/widgets\/qwote-app.js",
                "js\/widgets\/qwote-content.js",
                "js\/qwote-mixpanel.js",
                "js\/qwote-settings.js",
                "js\/qwote-core.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/vendors\/jquery-2.1.1.min.js",
            "js\/qwote-mixpanel.js",
            "js\/qwote-settings.js",
            "js\/qwote-background.js"
        ]
    }
}