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」です。
拡張機能のスクリーンショット
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 |
ID | hnegjpieihifhiopecpjffdljehkimhj |
公式URL | 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 |
Eメール | [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" ] } ] } |