Personal news extension.
Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.
什么是Personal news extension.?
Personal news extension.是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.”。
扩展截图
下载Personal news extension.扩展crx文件
下载Personal news extension.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This personal news extension adds a botton to your navigation bar in chrome that allows you to keep updated with the current news without the need to navigate anywhere. Try it, it's really cool. For feature requests, please add comments.
扩展基本信息
名称 | Personal news extension. |
ID | egddcfgloagfefgjlmbajfgolapdbgpd |
官方URL | https://chromewebstore.google.com/detail/personal-news-extension/egddcfgloagfefgjlmbajfgolapdbgpd |
简介 | Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches. |
文件大小 | 62.11 KB |
安装次数 | 22 |
当前版本 | 1.0 |
更新时间 | 2012-11-25 |
上架时间 | 2012-11-25 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Personal news extension.", "version": "1.0", "manifest_version": 2, "description": "Stay updated with current news with this Chrome extension, get google news for top stories and for custom searches.", "icons": { "16": "google_news16.png", "48": "google_news48.png", "128": "google_news128.png" }, "browser_action": { "default_icon": "google_news128.png", "default_popup": "personal_news.html" }, "web_accessible_resources": [ ".\/personal_news.js", ".\/personal_news.css" ] } |