Clip Page

See the Web to gather clips.

Clip Page là gì?

Clip Page là một tiện ích mở rộng Chrome được phát triển bởi GGamagidev, và tính năng chính của nó là "See the Web to gather clips.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clip Page

Tải xuống các tệp mở rộng Clip Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clip Page Clip Page
ID mjapkjdghebpeepcmlhokcbpeihggkih
URL Chính Thức https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih
Mô tả See the Web to gather clips.
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.9.3
Cập Nhật Lần Cuối 2014-01-13
Ngày Phát Hành 2014-01-12
Nhà Phát Triển GGamagidev
Loại Thanh Toán free
Trang Web Mở Rộng http://ggamagidev.blogspot.com
URL Trang Trợ Giúp http://ggamagidev.blogspot.com/search/label/Start%20Line
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}