Startup Digest Clipper
Import events on any webpage directly into Startup Digest.
Startup Digest Clipper란 무엇입니까?
Startup Digest Clipper은(는) https://startupdigest.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Import events on any webpage directly into Startup Digest."입니다.
확장 프로그램 스크린샷
Startup Digest Clipper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |