SourceForge Stats

View stats your project in SourceForge.

SourceForge Stats क्या है?

SourceForge Stats Laisson Silveira द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View stats your project in SourceForge."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SourceForge Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is for you too lazy to go to the SouceForge's website to see how is the statistics of your application. It's simple! Click on the extent icon and pop that will open, enter the name of your project and choose a date filter, if all goes well, then will be presented you the download statistics of your project, and the next time you do not need to re-enter the project name, only if you want to check another. 

The extension does not require any additional permission. 

Angularjs was used to bind the information, Bootstrap / jQuery to layout and c3 / d3 JS for displaying graphics. 

The code is open (open source) and can be accessed here (https://github.com/laissonsilveira/SourceForgeStats). 

Version 1.5.1 (10 Fev 2016)
    - Fixed bug (No 'Access-Control-Allow-Origin' header is present on the requested resource)

Version 1.5 (13 Jan 2016)
    - Code Review
    - New feature: have more of a saved project, displayed in a list in the 'Project Name' field

Version 1.4 (10 Jan 2016)
    - Improvements to the code

Version 1.3 (30 Dez 2015)
    - Add OS by Country
    - Translated to portuguese

Version 1.2 (25 Dez 2015)
    - Changed sampling of y-axis to only integers

Version 1.1 (24 Dez 2015)
	- Error fixed: form hiding when some error happens in finding the statistics.

Version 1.0 (23 Dez 2015)
	- Initial Project                    

एक्सटेंशन की मूल जानकारी

नाम SourceForge Stats SourceForge Stats
ID jhpamgjmjbflcfcfdhopphnfldjmpfej
आधिकारिक URL https://chromewebstore.google.com/detail/sourceforge-stats/jhpamgjmjbflcfcfdhopphnfldjmpfej
विवरण View stats your project in SourceForge.
फ़ाइल का आकार 223 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2018-10-15
प्रकाशन तिथि 2018-10-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Laisson Silveira
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/laissonsilveira/SourceForgeStats
सहायता पृष्ठ URL https://github.com/laissonsilveira/SourceForgeStats/issues
गोपनीयता नीति पृष्ठ URL https://www.passbrow.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SourceForge Stats",
    "short_name": "SourceForge Stats",
    "default_locale": "en",
    "version": "1.5.1",
    "manifest_version": 2,
    "minimum_chrome_version": "4",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "description": "View stats your project in SourceForge.",
    "browser_action": {
        "default_icon": "images\/icon_48.png",
        "default_title": "Stats",
        "default_popup": "html\/popup.html"
    }
}