Thach Pham Blog's Feed
Đọc bài mới tại ThachPham.Com tiện lợi hơn!
Qu'est-ce que Thach Pham Blog's Feed ?
Thach Pham Blog's Feed est une extension Chrome développée par ezit92, et sa fonction principale est "Đọc bài mới tại ThachPham.Com tiện lợi hơn!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Thach Pham Blog's Feed
Téléchargez les fichiers d'extension Thach Pham Blog's Feed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Ứ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.
Informations de Base sur l'Extension
Nom | |
ID | okbllghenienfjhchofenfclcebofidn |
URL Officiel | 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! |
Taille du Fichier | 108 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-03-16 |
Date de Publication | 2015-03-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | ezit92 |
Type de Paiement | free |
Site Web de l'Extension | http://thachpham.com |
Langues Prises en Charge | 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" } |