Inkstension

A Chrome extension for styling story cards and creating HTML snippets

什麼是Inkstension?

Inkstension是由Philadelphia Inquirer開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension for styling story cards and creating HTML snippets”。

擴展截圖

screenshot

下載Inkstension擴展crx文件

下載Inkstension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension gives editors of the Philadelphia Inquirer the ability to create custom HTML widgets for stories that will appear in articles on Inquirer.com. Editors can use the extension the create standout boxes that highlight special content and photographs, create custom templates to be used by article pages, create custom cards to link to various site articles, and add relevant national language processed-tags to improve the visibility of the articles for readers of the website.                    

擴展基本資訊

名稱 Inkstension Inkstension
ID hnegjpieihifhiopecpjffdljehkimhj
官方網址 https://chromewebstore.google.com/detail/inkstension/hnegjpieihifhiopecpjffdljehkimhj
簡介 A Chrome extension for styling story cards and creating HTML snippets
檔案大小 2.24 MB
安裝次數 94
目前版本 0.8.24
更新時間 2024-03-01
上架時間 2021-11-10
開發者 Philadelphia Inquirer
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inkstension",
    "version": "0.8.24",
    "manifest_version": 2,
    "description": "A Chrome extension for styling story cards and creating HTML snippets",
    "homepage_url": "https:\/\/github.com\/phillymedia\/inkstension",
    "icons": {
        "16": "icons\/icon-57x57.png",
        "48": "icons\/icon-76x76.png",
        "128": "icons\/icon-152x152.png"
    },
    "browser_action": {
        "default_title": "Inkstension",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/*.api.inquirer.com\/*",
        "activeTab"
    ],
    "content_security_policy": "default-src 'self'; style-src 'unsafe-inline'; connect-src https:\/\/dev-apigw.inquirer.com https:\/\/apigw.inquirer.com\/ https:\/\/firestore.googleapis.com; frame-src self data:; script-src-elem 'self' https:\/\/cdn.ampproject.org; img-src * 'unsafe-inline';",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pmn.arcpublishing.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}