Webmaster Net Chrome Extension
This extension displays 15 posts from webmaster.net right on your toolbar!
Что такое Webmaster Net Chrome Extension?
Webmaster Net Chrome Extension - это расширение Chrome, разработанное https://www.webmaster.net, и его основная функция - "This extension displays 15 posts from webmaster.net right on your toolbar! ".
Снимки экрана расширения
Скачать файл CRX расширения Webmaster Net Chrome Extension
Скачайте файлы расширений Webmaster Net Chrome Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Daily industry news covering the web industry from Google to Yandex. Also includes weekly expert articles covering a wide range of topics including writing tips, blogging tips, how to build a better business, system administration guides, small business guides, affiliate tutorials, outsourcing tutorials and various other related topics.
Основная информация о расширении
Название | |
ID | pfcffjlanejegfaghehpgnlhmnnjjjie |
Официальный URL | https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie |
Описание | This extension displays 15 posts from webmaster.net right on your toolbar! |
Размер файла | 53.88 KB |
Количество установок | 45 |
Текущая Версия | 2.2 |
Последнее Обновление | 2015-02-16 |
Дата публикации | 2015-02-16 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | https://www.webmaster.net |
Тип оплаты | free |
Официальный сайт расширения | https://www.webmaster.net |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "version": "2.2", "manifest_version": 2, "description": "__MSG_application_description__", "default_locale": "en", "homepage_url": "https:\/\/webmaster.net", "icons": { "128": "icon.png", "16": "icon.png", "32": "icon.png", "48": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/webmaster.net\/*,http:\/\/webmaster.net\/*,https:\/\/www.webmaster.net\/" ], "js": [ "js\/jquery.min.js", "js\/content.js" ] } ], "permissions": [ "https:\/\/webmaster.net\/", "https:\/\/www.webmaster.net\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "main.html" } } |