Inkstension

A Chrome extension for styling story cards and creating HTML snippets

Inkstension là gì?

Inkstension là một tiện ích mở rộng Chrome được phát triển bởi Philadelphia Inquirer, và tính năng chính của nó là "A Chrome extension for styling story cards and creating HTML snippets".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inkstension

Tải xuống các tệp mở rộng Inkstension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inkstension Inkstension
ID hnegjpieihifhiopecpjffdljehkimhj
URL Chính Thức https://chromewebstore.google.com/detail/inkstension/hnegjpieihifhiopecpjffdljehkimhj
Mô tả A Chrome extension for styling story cards and creating HTML snippets
Kích Thước Tệp 2.24 MB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 0.8.24
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2021-11-10
Nhà Phát Triển Philadelphia Inquirer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}