Pencil Case - New Tab
Discover resources from Pencil Case with random resources in your new tabs.
什么是Pencil Case - New Tab?
Pencil Case - New Tab是由http://pencilcaseapp.com开发的Chrome扩展程序,该扩展的主要功能是“Discover resources from Pencil Case with random resources in your new tabs.”。
扩展截图
下载Pencil Case - New Tab扩展crx文件
下载Pencil Case - New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The "new tab" extension from Pencil Case fills your new tabs with randomly selected resources from pencilcaseapp.com, helping you discover more great resources from Pencil Case.
扩展基本信息
名称 | |
ID | bdppdknpkccgnnkiaagceccbcnbjbnnj |
官方URL | https://chrome.google.com/webstore/detail/pencil-case-new-tab/bdppdknpkccgnnkiaagceccbcnbjbnnj |
简介 | Discover resources from Pencil Case with random resources in your new tabs. |
文件大小 | 6.61 KB |
安装次数 | 67 |
当前版本 | 1.1 |
更新时间 | 2015-02-03 |
上架时间 | 2015-02-03 |
评分 | 1.33/5 共3次评分 |
开发者 | http://pencilcaseapp.com |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pencil Case - New Tab", "short_name": "Pencil Case - New Tab", "author": "Pencil Case (pencilcaseapp.com)", "version": "1.1", "description": "Discover resources from Pencil Case with random resources in your new tabs.", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "incognito": "split" } |