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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Awedoo Studio และคุณลักษณะหลักของมันคือ "The extension for Google Chrome lets you know about new items of Themeforest before anyone else"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ThemeForest - New Items

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}