INJECT digital creativity for journalists

INJECT is a tool for journalists who want to diversify and broaden their reporting.

What is INJECT digital creativity for journalists?

INJECT digital creativity for journalists is a Chrome extension developed by INJECT, and its main feature is "INJECT is a tool for journalists who want to diversify and broaden their reporting.".

Extension Screenshots

screenshot
screenshot

Download INJECT digital creativity for journalists Extension CRX File

Download INJECT digital creativity for journalists extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Welcome to INJECT, a prototype of digital creativity support for journalists  Creatively explore articles, data and cartoons to find new ideas for story angles. (Re)discover sources and gather information while you write.

Supporting the creative process, INJECT triggers new ideas for story angles more easily and quickly. Unlike search engines, INJECT gives insights, not links. The tool facilitates the creative exploration of news-related content to find new ideas for story angles.                    

Extension Basic Information

Name INJECT digital creativity for journalists INJECT digital creativity for journalists
ID ncipgaokdoflaekeiaoggdcadfenccpi
Official URL https://chromewebstore.google.com/detail/inject-digital-creativity/ncipgaokdoflaekeiaoggdcadfenccpi
Description INJECT is a tool for journalists who want to diversify and broaden their reporting.
File Size 68.57 KB
Installation Count 86
Current Version 1.1.1
Last Updated 2019-01-08
Publish Date 2019-01-08
Developer INJECT
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "INJECT digital creativity for journalists",
    "version": "1.1.1",
    "description": "INJECT is a tool for journalists who want to diversify and broaden their reporting.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "INJECT, a prototype of digital creativity support for journalists"
    },
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}