Stardew Valley Wiki Bundle Tracker
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.
Stardew Valley Wiki Bundle Tracker क्या है?
Stardew Valley Wiki Bundle Tracker SDDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stardew Valley Wiki Bundle Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. Yellow in your inventor/chest. Green submitted to community center. Cookies must be enabled, if clear them you will lose your inputs.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cjpclbenhadlgcaagcecnkcbbmngffpj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/stardew-valley-wiki-bundl/cjpclbenhadlgcaagcecnkcbbmngffpj |
विवरण | Turns (http://stardewvalleywiki.com/Bundles) into a simple check list. Click once for yellow, again for green and again to clear. |
फ़ाइल का आकार | 37.31 KB |
स्थापना संख्या | 410 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2016-03-08 |
प्रकाशन तिथि | 2016-03-08 |
रेटिंग | 4.06/5 कुल 18 रेटिंग्स |
डेवलपर | SDDev |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stardew Valley Wiki Bundle Tracker", "description": "Turns (http:\/\/stardewvalleywiki.com\/Bundles) into a simple check list. Click once for yellow, again for green and again to clear.", "version": "1.2", "permissions": [ "tabs", "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ], "browser_action": { "default_title": "Stardew Valley Wiki Bundle Tracker", "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "jquery.cookie.js", "content.js" ], "css": [ "sv.css" ], "matches": [ "http:\/\/stardewvalleywiki.com\/Bundles*", "https:\/\/stardewvalleywiki.com\/Bundles*" ] } ], "manifest_version": 2 } |