Startup Digest Clipper

Import events on any webpage directly into Startup Digest.

Startup Digest Clipperคืออะไร?

Startup Digest Clipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://startupdigest.com และคุณลักษณะหลักของมันคือ "Import events on any webpage directly into Startup Digest."

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

screenshot

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

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

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

                        The Startup Digest Clipper is a cross-browser extension that helps curators import quality events into StartupDigest, so that curators spend less time copy-pasting event data and more time building their community.

The Startup Digest Event Importer is a clipping tool used by curators of Startup Digest to import event details. The extension is used in conjunction with the Startup Digest Curator Dashboard.

The clipping tool currently supports importing events from Eventbrite and Meetup.                    

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

ชื่อ Startup Digest Clipper Startup Digest Clipper
ID lafeibhifnjpcokhfkenplfegiollkhl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/startup-digest-clipper/lafeibhifnjpcokhfkenplfegiollkhl
คำอธิบาย Import events on any webpage directly into Startup Digest.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2015-07-31
วันที่เผยแพร่ 2015-07-31
ผู้พัฒนา https://startupdigest.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Startup Digest Clipper",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "description": "Import events on any webpage directly into Startup Digest.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.startupdigest.com",
    "version": "0.0.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Startup Digest Clipper"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}