Clip Page

See the Web to gather clips.

Qu'est-ce que Clip Page ?

Clip Page est une extension Chrome développée par GGamagidev, et sa fonction principale est "See the Web to gather clips.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Clip Page

Téléchargez les fichiers d'extension Clip Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.)                    

Informations de Base sur l'Extension

Nom Clip Page Clip Page
ID mjapkjdghebpeepcmlhokcbpeihggkih
URL Officiel https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih
Description See the Web to gather clips.
Taille du Fichier 152 KB
Nombre d'Installations 65
Version Actuelle 0.9.3
Dernière Mise à Jour 2014-01-13
Date de Publication 2014-01-12
Développeur GGamagidev
Type de Paiement free
Site Web de l'Extension http://ggamagidev.blogspot.com
URL de la Page d'Aide http://ggamagidev.blogspot.com/search/label/Start%20Line
Langues Prises en Charge 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"
    }
}