CreativeStart
Start page / New Tab for Creative People and Web Designers: every time one new Royalty Free Photo and Google Font to discover!
什么是CreativeStart?
CreativeStart是由Lorenzo Zottar开发的Chrome扩展程序,该扩展的主要功能是“Start page / New Tab for Creative People and Web Designers: every time one new Royalty Free Photo and Google Font to discover!”。
扩展截图
下载CreativeStart扩展crx文件
下载CreativeStart扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Start Page / New Tab page for Creative People and Web Designers that helps to discover new free resources for your projects!
Every new tab a random Royalty Free Photo as cover, and a random Google Font for the main sentence.
Discover them, follow the download link or "love" them to keep track of your favorite resources for your next creative project! 扩展基本信息
| 名称 | |
| ID | pjoiffklcbocdbniijpdcdffefijfblp |
| 官方URL | https://chromewebstore.google.com/detail/creativestart/pjoiffklcbocdbniijpdcdffefijfblp |
| 简介 | Start page / New Tab for Creative People and Web Designers: every time one new Royalty Free Photo and Google Font to discover! |
| 文件大小 | 697 KB |
| 安装次数 | 424 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2014-11-19 |
| 上架时间 | 2014-11-19 |
| 评分 | 4.17/5 共12次评分 |
| 开发者 | Lorenzo Zottar |
| 付费类型 | free |
| 扩展官网 | https://www.behance.net/gallery/21291549/CreativeStart-Chrome-Extension |
| 支持的语言 | de,en,en-GB,en-US,fr,es,es-419,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "__MSG_title__",
"description": "__MSG_desc__",
"version": "0.1.1",
"short_name": "CreativeStart",
"author": "Lorenzo Zottar",
"icons": {
"64": "icon.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"web_accessible_resources": [
"img\/*"
],
"permissions": [
"storage"
],
"manifest_version": 2
} | |