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 هو إضافة Chrome تم تطويرها بواسطة INJECT، والميزة الرئيسية لها هي "INJECT is a tool for journalists who want to diversify and broaden their reporting.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة INJECT digital creativity for journalists

قم بتنزيل ملفات الامتداد INJECT digital creativity for journalists بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}