Pagedit - Edit the text of a webpage
Extension that enable the edition of text on a webpage for content writers / developers.
Что такое Pagedit - Edit the text of a webpage?
Pagedit - Edit the text of a webpage - это расширение Chrome, разработанное http://julien.how, и его основная функция - "Extension that enable the edition of text on a webpage for content writers / developers.".
Снимки экрана расширения
Скачать файл CRX расширения Pagedit - Edit the text of a webpage
Скачайте файлы расширений Pagedit - Edit the text of a webpage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.
Основная информация о расширении
Название | |
ID | acfidinelkdinofnlkbjibclamcpnecj |
Официальный URL | https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj |
Описание | Extension that enable the edition of text on a webpage for content writers / developers. |
Размер файла | 54.99 KB |
Количество установок | 39 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2019-10-06 |
Дата публикации | 2019-10-05 |
Разработчик | http://julien.how |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pagedit - Edit the text of a webpage", "version": "1.0.0", "manifest_version": 2, "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.", "homepage_url": "https:\/\/julien.how", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Start editing the page's text" }, "permissions": [ "activeTab", "debugger", "tabs" ], "content_scripts": [ { "matches": [ " |