Clip Page

See the Web to gather clips.

Clip Pageคืออะไร?

Clip Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GGamagidev และคุณลักษณะหลักของมันคือ "See the Web to gather clips."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clip Page

ดาวน์โหลดไฟล์ส่วนขยาย Clip Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Clip Page Clip Page
ID mjapkjdghebpeepcmlhokcbpeihggkih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clip-page/mjapkjdghebpeepcmlhokcbpeihggkih
คำอธิบาย See the Web to gather clips.
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 65
เวอร์ชันปัจจุบัน 0.9.3
อัปเดตครั้งล่าสุด 2014-01-13
วันที่เผยแพร่ 2014-01-12
ผู้พัฒนา GGamagidev
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ggamagidev.blogspot.com
URL หน้าช่วยเหลือ http://ggamagidev.blogspot.com/search/label/Start%20Line
ภาษาที่รองรับ 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"
    }
}