ThemeForest - New Items
The extension for Google Chrome lets you know about new items of Themeforest before anyone else
什么是ThemeForest - New Items?
ThemeForest - New Items是由Awedoo Studio开发的Chrome扩展程序,该扩展的主要功能是“The extension for Google Chrome lets you know about new items of Themeforest before anyone else”。
扩展截图
下载ThemeForest - New Items扩展crx文件
下载ThemeForest - New Items扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will alert you when new items have been published on ThemeForest.net. The ThemeForest is the world's largest marketplace for premium website themes with more than 15,000+ premium templates for everything from simple HTML files to complete website packages for WordPress and Magento. This extension is developed on the basis of "News Feed - Chrome Extension" http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio
扩展基本信息
名称 | |
ID | heencnbpheohkkdioofdinbppgpoljap |
官方URL | https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap |
简介 | The extension for Google Chrome lets you know about new items of Themeforest before anyone else |
文件大小 | 111 KB |
安装次数 | 87 |
当前版本 | 1.1 |
更新时间 | 2017-05-16 |
上架时间 | 2017-05-16 |
评分 | 5.00/5 共2次评分 |
开发者 | Awedoo Studio |
付费类型 | free |
扩展官网 | http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio |
帮助页面URL | http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ThemeForest - New Items", "description": "The extension for Google Chrome lets you know about new items of Themeforest before anyone else", "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", "alarms", "notifications", "*:\/\/*\/*" ], "version": "1.1" } |