Startup Erector

Startup Erector

Startup Erectorคืออะไร?

Startup Erector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://startup-erector.com และคุณลักษณะหลักของมันคือ "Startup Erector"

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

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

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

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

                        Growth Hacking Tool is a versatile utility designed to find out the very webpages among Google search results that contain any of the comment boxes given below:
 - Facebook
 - Discuss
 - Twitter
 - Decomment
 - Livefyre
 - Vkontakte
 - Google+
 - Cackle
 - Intense debate
 - 20+ internal comment systems

In addition, it has got a bunch of nice features such as enhanced comment editor and automatic scrolling to comment area.                    

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

ชื่อ Startup Erector Startup Erector
ID jhjpkhmabonceielclcmfnilccaemoap
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/startup-erector/jhjpkhmabonceielclcmfnilccaemoap
คำอธิบาย Startup Erector
ขนาดไฟล์ 51.31 KB
จำนวนการติดตั้ง 62
เวอร์ชันปัจจุบัน 0.0.17
อัปเดตครั้งล่าสุด 2016-11-19
วันที่เผยแพร่ 2016-11-19
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://startup-erector.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Startup Erector",
    "version": "0.0.17",
    "manifest_version": 2,
    "description": "Startup Erector",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "background",
        "storage",
        "activeTab",
        "tabs"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "scripts\/contentscript-all.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.google.*\/*"
            ],
            "js": [
                "scripts\/contentscript-google.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-128.png",
            "38": "images\/icon-128.png"
        },
        "default_title": "Startup Erector",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/banana.png",
        "images\/icon-128.png",
        "images\/icon-19.png",
        "images\/loading-38.svg",
        "images\/loading-19.svg",
        "images\/disable-38.png",
        "images\/disable-19.png"
    ]
}