Inkstension
A Chrome extension for styling story cards and creating HTML snippets
Τι είναι το Inkstension;
Το Inkstension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Philadelphia Inquirer, και η κύρια λειτουργία του είναι "A Chrome extension for styling story cards and creating HTML snippets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Inkstension
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } ] } |