Archillension
chrome extension that replaces your new tab background with the most recent images tweeted by @archillect
Archillension क्या है?
Archillension brkwtzr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Archillension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get a shot of aesthetic inspiration every time you open a new tab. This lightweight extension replaces your new tab page with the three most recent images or animated GIFs generated by Archillect (archillect.com), a machine learning project by Murat Pak. The layout is simple and adaptive, designed to showcase the media and its thematic development. A new image or animated GIF is added once every 10 minutes. For the curious, each image is linked to its source. Note that Archillect may produce NFSW images-- though almost always tastefully.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | opnpedplmjoakbdnpghampcbameebobk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/archillension/opnpedplmjoakbdnpghampcbameebobk |
विवरण | chrome extension that replaces your new tab background with the most recent images tweeted by @archillect |
फ़ाइल का आकार | 42.85 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2019-09-29 |
प्रकाशन तिथि | 2019-09-29 |
रेटिंग | 4.77/5 कुल 13 रेटिंग्स |
डेवलपर | brkwtzr |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Archillension", "version": "2.0", "description": "chrome extension that replaces your new tab background with the most recent images tweeted by @archillect", "browser_action": { "default_icon": "icon.png", "default_popup": ".\/views\/popup.html" }, "chrome_url_overrides": { "newtab": ".\/views\/index.html" }, "permissions": [ "http:\/\/archillect.com\/" ] } |