Inkstension
A Chrome extension for styling story cards and creating HTML snippets
Inkstension क्या है?
Inkstension Philadelphia Inquirer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension for styling story cards and creating HTML snippets"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Inkstension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |