Shuvvle
Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)
Shuvvle क्या है?
Shuvvle Anne Veling द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shuvvle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a button to your browser, that shuffles all words on the page you're looking at, while trying to keep it syntactially correct. Have fun trying this on your Facebook feed, on news sites or blogs. Works best on pages with lots of text. All navigation still works, of course. Refresh the page to get back to the original content. If it does not make sense the first time around, try shuvvling it! How it works? Creates a word bigram graph of all words on the page, then uses that to replace all text elements with random word sequences of about the same length
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lenkbpgejadbnlhejahebikhlagimipk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/shuvvle/lenkbpgejadbnlhejahebikhlagimipk |
विवरण | Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-) |
फ़ाइल का आकार | 50.18 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2013-03-13 |
प्रकाशन तिथि | 2013-03-13 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Anne Veling |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shuvvle", "version": "0.1", "manifest_version": 2, "icons": { "48": "shuvvle-icon48.png", "128": "shuvvle-icon128.png" }, "description": "Shuvvles all words on a site, trying to keep syntactically correct sentences. Fun! Makes sense ;-)", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": { "19": "shuvvle-icon19.png", "38": "shuvvle-icon38.png" }, "default_title": "Shuvvle this!" }, "permissions": [ " |