SlideShare Clipper

SlideShare toolkits to search, highlight and take notes!

What is SlideShare Clipper?

SlideShare Clipper is a Chrome extension developed by ShuoWu, and its main feature is "SlideShare toolkits to search, highlight and take notes!".

Extension Screenshots

screenshot
screenshot

Download SlideShare Clipper Extension CRX File

Download SlideShare Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        SlideShare clipper provide an efficient way to view, note, search slides and transcripts in SlideShare. 
**Privacy: user data are only be saved in browser storage locally**                    

Extension Basic Information

Name SlideShare Clipper SlideShare Clipper
ID okaejpolmbadfbmnpnmdjdocdblgcija
Official URL https://chromewebstore.google.com/detail/slideshare-clipper/okaejpolmbadfbmnpnmdjdocdblgcija
Description SlideShare toolkits to search, highlight and take notes!
File Size 82.74 KB
Installation Count 3,321
Current Version 0.0.2
Last Updated 2017-02-12
Publish Date 2017-02-12
Rating 4.70/5 Total 10 Ratings
Developer ShuoWu
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SlideShare Clipper",
    "version": "0.0.2",
    "description": "SlideShare toolkits to search, highlight and take notes!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon-16.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.slideshare.net\/*\/*"
            ],
            "js": [
                "app.js"
            ],
            "css": [
                "app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "inject\/inject.js"
    ]
}