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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}