Webmaster Net Chrome Extension
This extension displays 15 posts from webmaster.net right on your toolbar!
Webmaster Net Chrome Extension là gì?
Webmaster Net Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.webmaster.net, và tính năng chính của nó là "This extension displays 15 posts from webmaster.net right on your toolbar! ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Webmaster Net Chrome Extension
Tải xuống các tệp mở rộng Webmaster Net Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pfcffjlanejegfaghehpgnlhmnnjjjie |
URL Chính Thức | https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie |
Mô tả | This extension displays 15 posts from webmaster.net right on your toolbar! |
Kích Thước Tệp | 53.88 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2015-02-16 |
Ngày Phát Hành | 2015-02-16 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.webmaster.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.webmaster.net |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |