GoHam - Pig Latin Translator
Automatically translates the Internet to Pig Latin.
GoHam - Pig Latin Translator क्या है?
GoHam - Pig Latin Translator samscode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically translates the Internet to Pig Latin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GoHam - Pig Latin Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Compatible with the Teen Titans Go! Pig Latin dialect. Optionally displays pronunciation hints for beginners. Select from several suffix variations.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jiimmjfenbblcaobnamplnepkehmeepm |
आधिकारिक URL | https://chromewebstore.google.com/detail/goham-pig-latin-translato/jiimmjfenbblcaobnamplnepkehmeepm |
विवरण | Automatically translates the Internet to Pig Latin. |
फ़ाइल का आकार | 12.41 KB |
स्थापना संख्या | 72 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2019-07-26 |
प्रकाशन तिथि | 2019-07-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | samscode |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.google.com/chrome/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GoHam - Pig Latin Translator", "short_name": "GoHam", "description": "Automatically translates the Internet to Pig Latin.", "version": "1.2.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "doit.js" ] } ], "permissions": [ "storage", "*:\/\/*\/*", "activeTab" ] } |