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ファイルをダウンロード

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                    

拡張機能の基本情報

名前 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"
}