Clip Page

See the Web to gather clips.

Wat is Clip Page?

Clip Page is een Chrome-extensie ontwikkeld door GGamagidev, en de belangrijkste functie is "See the Web to gather clips.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Clip Page

Download Clip Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Display together with a clip of a Web page.
You can see in the collectively fragmentary information of multiple Web.

This is useful when you see at once the list of 2-3 pages.
Selected a long clip of the scissors, and the lower truncated easily.(screen shot 4th~5th)

To select the list that illuminates with a clip, please use the Ctrl + left mouse button or middle mouse button.
(Command + left mouse button on mac.)                    

Basisinformatie over de Extensie

Naam Clip Page Clip Page
ID mjapkjdghebpeepcmlhokcbpeihggkih
Officiële URL https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih
Beschrijving See the Web to gather clips.
Bestandsgrootte 152 KB
Aantal Installaties 65
Huidige Versie 0.9.3
Laatst Bijgewerkt 2014-01-13
Publicatiedatum 2014-01-12
Ontwikkelaar GGamagidev
Betalingswijze free
Extensiewebsite http://ggamagidev.blogspot.com
Help Pagina-URL http://ggamagidev.blogspot.com/search/label/Start%20Line
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip Page",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "0.9.3",
    "description": "See the Web to gather clips.",
    "homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "webclippopup.html"
    },
    "content_scripts": [
        {
            "css": [
                "themes\/base\/jquery.ui.resizable.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.custom.min.js",
                "webclipbg.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "webclipoptions.html",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}