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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |