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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ThemeForest - New Items 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 ThemeForest - New Items ThemeForest - New Items
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"
}