Thach Pham Blog's Feed
Đọc bài mới tại ThachPham.Com tiện lợi hơn!
What is Thach Pham Blog's Feed?
Thach Pham Blog's Feed is a Chrome extension developed by ezit92, and its main feature is "Đọc bài mới tại ThachPham.Com tiện lợi hơn!".
Extension Screenshots
Download Thach Pham Blog's Feed Extension CRX File
Download Thach Pham Blog's Feed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Ứng dụng nhận thông báo bài viết mới tại ThachPham.Com giúp các độc giả dễ dàng theo dõi bài viết hơn mà không cần truy cập thường xuyên.
Extension Basic Information
Name | |
ID | okbllghenienfjhchofenfclcebofidn |
Official URL | https://chrome.google.com/webstore/detail/thach-pham-blogs-feed/okbllghenienfjhchofenfclcebofidn |
Description | Đọc bài mới tại ThachPham.Com tiện lợi hơn! |
File Size | 108 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2015-03-16 |
Publish Date | 2015-03-12 |
Rating | 5.00/5 Total 3 Ratings |
Developer | ezit92 |
Payment Type | free |
Extension Website | http://thachpham.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Thach Pham Blog's Feed", "description": "\u0110\u1ecdc b\u00e0i m\u1edbi t\u1ea1i ThachPham.Com ti\u1ec7n l\u1ee3i h\u01a1n!", "background": { "page": "background.html" }, "default_locale": "en", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128.png", "16": "img\/icon-16.png", "48": "img\/icon-48.png" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "tabs", "notifications", "*:\/\/*\/*" ], "version": "1.0" } |