My Lines For You
Get top ten posts from the blog http://mylinesforyou.com.
什么是My Lines For You?
My Lines For You是由https://www.mylinesforyou.com开发的Chrome扩展程序,该扩展的主要功能是“Get top ten posts from the blog http://mylinesforyou.com.”。
扩展截图
下载My Lines For You扩展crx文件
下载My Lines For You扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension fetches top ten posts from the blog http://www.mylinesforyou.com 扩展基本信息
| 名称 | |
| ID | lmfbpphmacnnidhnchkojkiolifdoijg |
| 官方URL | https://chromewebstore.google.com/detail/my-lines-for-you/lmfbpphmacnnidhnchkojkiolifdoijg |
| 简介 | Get top ten posts from the blog http://mylinesforyou.com. |
| 文件大小 | 10.42 KB |
| 安装次数 | 12 |
| 当前版本 | 1.11 |
| 更新时间 | 2014-01-22 |
| 上架时间 | 2014-01-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.mylinesforyou.com |
| 付费类型 | free |
| 扩展官网 | http://www.mylinesforyou.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"name": "My Lines For You",
"description": "Get top ten posts from the blog http:\/\/mylinesforyou.com.",
"browser_action": {
"default_icon": "icon128.png",
"default_title": "My Lines For You",
"default_popup": "main.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"author": "Karthik Panjaje",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.11",
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |