ThemeForest - New Items
The extension for Google Chrome lets you know about new items of Themeforest before anyone else
ThemeForest - New Items là gì?
ThemeForest - New Items là một tiện ích mở rộng Chrome được phát triển bởi Awedoo Studio, và tính năng chính của nó là "The extension for Google Chrome lets you know about new items of Themeforest before anyone else".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ThemeForest - New Items
Tải xuống các tệp mở rộng ThemeForest - New Items dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | heencnbpheohkkdioofdinbppgpoljap |
URL Chính Thức | https://chrome.google.com/webstore/detail/themeforest-new-items/heencnbpheohkkdioofdinbppgpoljap |
Mô tả | The extension for Google Chrome lets you know about new items of Themeforest before anyone else |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-05-16 |
Ngày Phát Hành | 2017-05-16 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Awedoo Studio |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio |
URL Trang Trợ Giúp | http://codecanyon.net/item/news-feed-chrome-extension/10391318?ref=AwedooStudio |
Ngôn Ngữ Được Hỗ Trợ | 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" } |