INJECT digital creativity for journalists

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

什么是INJECT digital creativity for journalists?

INJECT digital creativity for journalists是由INJECT开发的Chrome扩展程序,该扩展的主要功能是“INJECT is a tool for journalists who want to diversify and broaden their reporting.”。

扩展截图

screenshot
screenshot

下载INJECT digital creativity for journalists扩展crx文件

下载INJECT digital creativity for journalists扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 INJECT digital creativity for journalists INJECT digital creativity for journalists
ID ncipgaokdoflaekeiaoggdcadfenccpi
官方URL https://chromewebstore.google.com/detail/inject-digital-creativity/ncipgaokdoflaekeiaoggdcadfenccpi
简介 INJECT is a tool for journalists who want to diversify and broaden their reporting.
文件大小 68.57 KB
安装次数 86
当前版本 1.1.1
更新时间 2019-01-08
上架时间 2019-01-08
开发者 INJECT
付费类型 free
支持的语言 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"
    }
}