Startup Digest Clipper
Import events on any webpage directly into Startup Digest.
Startup Digest Clipper क्या है?
Startup Digest Clipper https://startupdigest.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import events on any webpage directly into Startup Digest."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Startup Digest Clipper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |