Web Clipper

Save your favorite parts of the internet using this handy web clipper!

什麼是Web Clipper?

Web Clipper是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Save your favorite parts of the internet using this handy web clipper!”。

擴展截圖

screenshot
screenshot

下載Web Clipper擴展crx文件

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

擴展使用說明

                        -No need to sign up
-Data stored locally on your machine
-Save, star, and delete items on your saved list
-Type in and enter your own items to your saved list

You can save a block of highlighted text, a web page, a link, or an audio file using the Web Clipper right click menu option. Once it has been saved, the item can be viewed in the popup window in the top right corner of your web browser.                    

擴展基本資訊

名稱 Web Clipper Web Clipper
ID pnkophekijnfmnoenbakmfjjhfjfncfn
官方網址 https://chromewebstore.google.com/detail/web-clipper/pnkophekijnfmnoenbakmfjjhfjfncfn
簡介 Save your favorite parts of the internet using this handy web clipper!
檔案大小 451 KB
安裝次數 34
目前版本 1.0.4
更新時間 2019-12-18
上架時間 2019-12-18
評分 5.00/5 共 3 次評分
開發者 Unknown
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Clipper",
    "description": "Save your favorite parts of the internet using this handy web clipper!",
    "version": "1.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-31wM8eF+W2EIVBBtylCWWu4oRMtgZN1NAG5wAtANfWE='; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ]
}