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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension for Google Chrome lets you know about new items of Themeforest before anyone else"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ThemeForest - New Items एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |