Start Line

Specify the start scrolling web site.

Start Lineคืออะไร?

Start Line เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GGamagidev และคุณลักษณะหลักของมันคือ "Specify the start scrolling web site."

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

screenshot
screenshot
screenshot

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

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

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

                        When you open to an article on the website, the first action will be to lower the scroll down to see the content.
Start Line, has been omitted unnecessary page scroll to see the content by specifying the scroll position of the start of the Web site.


How to do.

1. Select click the New Element Position,

2. Choose which elements to start.
In the 2nd screen shot, chose the date.
Enter the address of the conditions to work.
Conditions, you can specify up to three separated by a space.
In the 2nd screen shot, enter the "ggamagidev.blogspot.com/2013/10" and ".html".

3. The address of the web site, if that have strings that you entered, scroll bar moves at the position of the element you select.
In the 3rd screen shot, open the site that have "ggamagidev.blogspot.com/2013/10" and ".html", scroll bar have been moved to the position of the date that is selected in the above example.


Chrome extension Start Line can reduce the wasted time scroll in net surfing you.                    

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

ชื่อ Start Line Start Line
ID ibammdddhhglmbjllhfpmlhcmciafckj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/start-line/ibammdddhhglmbjllhfpmlhcmciafckj
คำอธิบาย Specify the start scrolling web site.
ขนาดไฟล์ 44.02 KB
จำนวนการติดตั้ง 46
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2013-11-21
วันที่เผยแพร่ 2013-11-21
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา GGamagidev
ประเภทการชำระเงิน free
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": "Start Line",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.0.2",
    "description": "Specify the start scrolling web site.",
    "homepage_url": "http:\/\/ggamagidev.blogspot.com\/",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}